mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
impr: Disable hinting for pixel perfect font
This commit is contained in:
@@ -51,6 +51,8 @@ namespace hex::fonts {
|
||||
config.FontLoaderFlags |= ImGuiFreeTypeLoaderFlags_SubPixel;
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
config.FontLoaderFlags |= ImGuiFreeTypeLoaderFlags_NoHinting;
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user