mirror of https://github.com/WerWolv/ImHex.git
ui: Remove unifont glyphs from the ASCII range
This commit is contained in:
parent
07ae00aa20
commit
60a717365c
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue