Implemented GetGlyphRangesChineseSimplifiedOfficial (#2756)

This commit is contained in:
gir489 2024-02-22 10:53:04 -05:00 committed by GitHub
parent affa94b98c
commit b150009e28
2 changed files with 35 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -34,6 +34,7 @@ namespace big
void rebuild();
file get_available_font_file_for_alphabet_type();
const ImWchar* GetGlyphRangesChineseSimplifiedOfficial();
const ImWchar* get_imgui_alphabet_type();
};
}