Hello, I was reading the other day the imgui specifications and how is it ported to go, so I guess this would be quite hard to add among other stuff, like imguinodes etc.
In this thread I would like to pose an issue (I don’t know really if this is a bug or not) I encountered in my effort to add emojis as I also discovered that some font types are not being rendered at all (no matter if they ttf).
I also tried the method of adding glyph ranges or even downloading specific font families supporting emojis, none of the above was successful. Any advices or potential solutions (I can use skia indeed, but I find imgui widgets to be more flexible and neat, for my approach).
Thanks