LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the font from "application" to a fixed font for a whole frontpanel

Solved!
Go to solution

Hello together,

 

normally all my frontpanels use the apllication font. Now, we have mixed operating systems. Some are still using windows xp, the other windows 7. In windows 7 the standard application font changed. Running my programs under windows 7 results in ugly frontpanels, depending on the new standard application font.

 

Is there an easy way to fix the font for a whole frontpanel. I do not want to mark each text and change the font type.

 

Thanks a lot an best regards,

Michael

0 Kudos
Message 1 of 3
(2,874 Views)
Solution
Accepted by topic author MichaGue_01

Press Ctrl + A (Select All) and change the font. All the fonts will get changed to the selected style.

-----

The best solution is the one you find it by yourself
Message 2 of 3
(2,873 Views)

Another possible solution is to config the ini-file for LabVIEW (labview.ini) or an application (ApplicationName.ini).

You can just insert the following comand

 

appFont="Arial" 14         (Set Application Font to Arial 14 point)

 

All possible comands are listed on this web page

LabVIEW configuration file/Fonts - LabVIEW Wiki
http://labviewwiki.org/LabVIEW_configuration_file/Fonts


Message 3 of 3
(2,847 Views)