ui: Remove unifont glyphs from the ASCII range

This commit is contained in:
WerWolv 2022-02-18 16:19:12 +01:00
parent 07ae00aa20
commit 60a717365c
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ namespace hex::init {
}; };
ImWchar unifontRange[] = { ImWchar unifontRange[] = {
0x0020, 0xFFF0, 0 0x0100, 0xFFF0, 0
}; };
float fontSize = 13.0F * ImHexApi::System::getGlobalScale(); float fontSize = 13.0F * ImHexApi::System::getGlobalScale();