mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-27 12:52:07 +00:00
FIX: korean font display issue
Jira: STUDIO-3995 Change-Id: If92b05c1a38041f976fc5a5823feb674549c4993
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user