1
0
mirror of synced 2024-11-24 07:40:17 +01:00

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

View File

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