WerWolv / ImHex

🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.
https://imhex.werwolv.net
GNU General Public License v2.0
37.41k stars 1.64k forks source link

[Feature] Custom font sizes for default font #1773

Closed clin1234 closed 4 days ago

clin1234 commented 4 days ago

What feature would you like to see?

Allow adjusting the size of the default font, and/or resize the default font while respecting my system's scaling resolution

How will this feature be useful to you and others?

The default font is too small at 2560x1440 at 175% scale. Adjusting the Scaling in the Interface tab does not adjust the size of the default font, forcing me to set a custom font and size.

Request Type

Additional context?

No response

paxcut commented 4 days ago

The reason the default font can't be scaled is that it results in a very blurry version. The default font is a pixel perfect font called ProggyClean thats not meant to be scaled. You can always download the font and load it as a custom font which makes it scalable like any other font. You probably need to look for pixel perfect fonts created at a bigger font size than the smallish 13pt that the default uses.

WerWolv commented 4 days ago

As paxcut said. The default font is physically not scalable.