Add missing thai punctuations

features/sdl_renderer3_multiviewports
Adisorn Aeksatean ago%!(EXTRA string=8 years) committed by GitHub
parent f962ca0b01
commit 3185a3a697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      imgui_draw.cpp

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

Loading…
Cancel
Save