Implemented GetGlyphRangesChineseSimplifiedOfficial (#2756)

This commit is contained in:
gir489 2024-02-22 10:53:04 -05:00 committed by GitHub
parent a6a77a0f6b
commit f74c576fdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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();
};
}