11-01-2016 03:30 AM
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
Solved! Go to Solution.
11-01-2016 09:25 AM
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
11-01-2016 10:01 AM
Yeah i found the ini-solution when looking, but it was an old thread so i hoped some other solution had surfaced.
/Y