Handle UTF-8 decoding for rendering and text size calculation

This commit is contained in:
ocornut
2014-09-25 11:29:59 +01:00
parent a1162ac001
commit 51bbe1d961
2 changed files with 79 additions and 7 deletions

View File

@ -25,6 +25,7 @@ struct ImGuiWindow;
#endif
typedef unsigned int ImU32;
typedef unsigned short ImWchar;
typedef ImU32 ImGuiID;
typedef int ImGuiCol; // enum ImGuiCol_
typedef int ImGuiKey; // enum ImGuiKey_