trevorsandy / lpub3d

An LDraw™ editor for LEGO® style digital building instructions.
https://trevorsandy.github.io/lpub3d/
130 stars 19 forks source link

Text is scaled up when using a high-DPI PC #752

Open DanieleBenedettelli opened 6 months ago

DanieleBenedettelli commented 6 months ago

Subject

Until now I used a Windows 10 PC with 1920x1080 screen. I made a header file with many settings I like. On a new Windows 11 PC (2400x1600 high-DPI screen), the text is larger, and edge thickness is lower.

Environment

OLD PC: LPub3D vecchio PC

NEW PC:

lpub3d

Configuration

DEFAULT (using x64 zip from repository)

Screenshots

renders from OLD PC: text_test_300_DPI_page_4 text_test_300_DPI_page_1

renders from NEW PC:

text_test_300_DPI_page_4 text_test_300_DPI_page_1

Workaround

I have to change all the settings related to text size in my header files. I get about the same text size on the new PC by reducing all the fonts height by about 65%. Why this ratio?