add a string to force glyph ranges

This commit is contained in:
tildearrow 2024-05-31 17:13:20 -05:00
parent 13ca42ea39
commit 291e7f5d8b
3 changed files with 46 additions and 4 deletions

View file

@ -2228,6 +2228,12 @@ class FurnaceGUI {
char finalLayoutPath[4096];
bool localeRequiresJapanese;
bool localeRequiresChinese;
bool localeRequiresChineseTrad;
bool localeRequiresKorean;
std::vector<ImWchar> localeExtraRanges;
DivInstrument* prevInsData;
unsigned char* pendingLayoutImport;