add a string to force glyph ranges
This commit is contained in:
parent
13ca42ea39
commit
291e7f5d8b
3 changed files with 46 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue