LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Fonts change on new OS

A client of ours recently upgraded one of thier computers with one that has Win 2000 OS. The program was originally compiled on a system with Win 98. Everything on the screen is set to Ariel font of various sizes including 10, 11 and 12 point. The screen consists of several text fields that are filled in based on selections the user makes from a list ring. The labels are shown for these text fields. On the when this is run on a Win 98 system, the labels are all lined up, on the Win 2000 system they are all over the place. I tried removing the arial font that was installed on the 2000 system and installed the arial font from the 98 system but the labels are still not in line. Any suggestions as to what the problem is or do I just recompile it
on a computer with Win 2000?

Thanks
0 Kudos
Message 1 of 2
(3,057 Views)
Hi!

You can try to add following keys into ini file, assotiated with application:

appFont="Arial" 12
dialogFont="Arial" 12
systemFont="Arial" 12

try also different sizes, may be it helt...

with best regards
0 Kudos
Message 2 of 2
(3,057 Views)