Add missing thai punctuations

This commit is contained in:
Adisorn Aeksatean 2017-10-28 16:59:39 +07:00 committed by GitHub
parent f962ca0b01
commit 3185a3a697
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1955,6 +1955,7 @@ const ImWchar* ImFontAtlas::GetGlyphRangesThai()
static const ImWchar ranges[] =
{
0x0020, 0x00FF, // Basic Latin
0x2000, 0x206F, // Punctuations
0x0E00, 0x0E7F, // Thai
0,
};