adonais / skylark

Skylark Editor is written in C, a high performance text/hex editor. Embedded Database-client/Redis-client/Lua-engine. You can run Lua scripts and SQL files directly.
https://sourceforge.net/projects/libportable/files/Skylark/
GNU General Public License v3.0
453 stars 44 forks source link

Add an option to make the UI font larger #67

Closed ghost closed 1 year ago

ghost commented 1 year ago

I have a large screen and the current UI font is too small for me. Please make the icon larger, too.

adonais commented 1 year ago

You should enable DPI for the OS, the editor will scale with DPI!

ghost commented 1 year ago

You should enable DPI for the OS, the editor will scale with DPI!

I already scaled my screen to 125%. The text editor area followed the setting but the rest of the UI don't. I'm running Windows 8.1 if this matters.

adonais commented 1 year ago

The DPI of win7/win8.x is not perfect, So skylark only supports DPI of windows 10 or later.

ghost commented 1 year ago

The DPI of win7/win8.x is not perfect, So skylark only supports DPI of windows 10 or later.

OK, I got it.