FIX: korean font display issue

Jira: STUDIO-3995

Change-Id: If92b05c1a38041f976fc5a5823feb674549c4993
This commit is contained in:
liz.li
2023-08-31 16:48:44 +08:00
committed by Lane.Wei
parent 098652e754
commit a73b97f083
4 changed files with 10 additions and 2 deletions

View File

@@ -48,6 +48,7 @@ class ImGuiWrapper
const ImWchar* m_glyph_basic_ranges { nullptr };
// Chinese, Japanese, Korean
bool m_font_cjk{ false };
bool m_is_korean{ false };
float m_font_size{ 18.0 };
unsigned m_font_texture{ 0 };
unsigned m_font_another_texture{ 0 };