LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Ignore windows font scaling

Solved!
Go to solution

Often enough, you develop on a computer with X% Font scaling, but deploy on a computer with Y% Font scaling and it simply looks like crap. Is there a way to ignore this scaling so the fonts have their intended sizes?

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 1 of 3
(2,800 Views)
Solution
Accepted by topic author Yamaeda

Don't use the system/application/dialog fonts. Instead choose a specific font/size and use that.

 

A quick and dirty fix would be to add

 

appFont="Tahoma" 13
systemFont="Tahoma" 13
dialogFont="Tahoma" 13

 

to your applications ini file 

Message 2 of 3
(2,772 Views)

Yeah i found the ini-solution when looking, but it was an old thread so i hoped some other solution had surfaced.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 3 of 3
(2,761 Views)