mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
impr: Disable hinting for pixel perfect font
This commit is contained in:
@@ -1035,7 +1035,7 @@ namespace hex {
|
||||
size = font->LegacySize;
|
||||
}
|
||||
|
||||
if (!font->Sources[0]->PixelSnapH)
|
||||
if (font->Sources[0]->PixelSnapH)
|
||||
size *= System::getGlobalScale();
|
||||
else
|
||||
size *= std::floor(System::getGlobalScale());
|
||||
|
||||
Reference in New Issue
Block a user