mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
GetGlyphRangesThai(): removed extraneous codepoints (#1396)
This commit is contained in:
parent
ae3dc66214
commit
53f9e28c77
1 changed files with 1 additions and 1 deletions
|
|
@ -1955,7 +1955,7 @@ const ImWchar* ImFontAtlas::GetGlyphRangesThai()
|
|||
static const ImWchar ranges[] =
|
||||
{
|
||||
0x0020, 0x00FF, // Basic Latin
|
||||
0x2000, 0x206F, // Punctuations
|
||||
0x2010, 0x205E, // Punctuations
|
||||
0x0E00, 0x0E7F, // Thai
|
||||
0,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue