mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-05 19:42:47 +00:00
Support of CJK languages in ImGUI:
Added glyph tables & CJK font (huge file!) Added glyph tables for Turkish and Vietnamese. Added glyph tables Thai (font is still missing)
This commit is contained in:
@@ -19,6 +19,8 @@ namespace GUI {
|
||||
class ImGuiWrapper
|
||||
{
|
||||
const ImWchar *m_glyph_ranges;
|
||||
// Chinese, Japanese, Korean
|
||||
bool m_font_cjk;
|
||||
float m_font_size;
|
||||
unsigned m_font_texture;
|
||||
float m_style_scaling;
|
||||
|
||||
Reference in New Issue
Block a user