Added GetGlyphRangesCyrillic() helper (#237)

This commit is contained in:
ocornut
2015-06-23 14:13:22 -06:00
parent 0f38a53d28
commit 2a041cfbe1
2 changed files with 17 additions and 2 deletions

View File

@ -1089,6 +1089,7 @@ struct ImFontAtlas
IMGUI_API const ImWchar* GetGlyphRangesDefault(); // Basic Latin, Extended Latin
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
// Members
// (Access texture data via GetTexData*() calls which will setup a default font for you.)