Added GetGlyphRangesThai()

This commit is contained in:
Adisorn Aeksatean
2016-07-19 22:56:59 +07:00
committed by ocornut
parent ffdd7d7f17
commit 4141144b21
2 changed files with 12 additions and 0 deletions

View File

@ -1322,6 +1322,7 @@ struct ImFontAtlas
IMGUI_API const ImWchar* GetGlyphRangesJapanese(); // Default + Hiragana, Katakana, Half-Width, Selection of 1946 Ideographs
IMGUI_API const ImWchar* GetGlyphRangesChinese(); // Japanese + full set of about 21000 CJK Unified Ideographs
IMGUI_API const ImWchar* GetGlyphRangesCyrillic(); // Default + about 400 Cyrillic characters
IMGUI_API const ImWchar* GetGlyphRangesThai(); //Default + Thai charactors
// Members
// (Access texture data via GetTexData*() calls which will setup a default font for you.)