d-gamedev-team / dimgui

dimgui is a D port of the imgui OpenGL GUI library.
zlib License
48 stars 13 forks source link

Unicode display is broken in the demo example #16

Open AndrejMitrovic opened 5 years ago

AndrejMitrovic commented 5 years ago

One of the GUI items in the demo is a label that is supposed to display Unicode rendering. But it actually displays garbled text.

AndrejMitrovic commented 5 years ago

~Ah I think it's just that the string itself seems to be broken.. hmm.~

Edit: nope, that's not it. It could be the (default?) font doesn't support some of these glyphs.

AndrejMitrovic commented 5 years ago

Tested on Windows and Linux, broken for both.

Ogi-kun commented 3 years ago

Guess why.

https://github.com/d-gamedev-team/dimgui/commit/0b21eaaedc5c0b1dfb4466381806b761640e33fa

AndrejMitrovic commented 3 years ago

🤦