LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview Fonts

Dear all,

I have a problem. When I install an application, that uses strings and/or labels, on different PC's, the strings or labels do not resize with the resolution of the PC. So i get strings that doesn't fit on the screen anymore and so on. How can i make strings and labels independent from my PC settings?

greetings
0 Kudos
Message 1 of 4
(3,156 Views)
By default, LabVIEW uses system fonts, so if somebody changes their desktop fonts or change the graphics setting to e.g. "large fonts", you see the problem you encountered.

Set your default font to a truetype font with defined size (e.g. Tahoma or Arial works well) and all will be good.
0 Kudos
Message 2 of 4
(3,156 Views)
LabVIEW can scale controls, but fonts are not scaled. To scale the fonts, you will need to change the sizes programmatically. Here is an example of how to do that with LabVIEW 6.1:

http://venus.ni.com/stage/we/niepd_web_display.DISPLAY_EPD4?p_guid=B45EACE3DE2D56A4E034080020E74861&p_node=DZ52034&p_submitted=N&p_rank=&p_answer=&p_source=External

Randy Hoskin
Applications Engineer
National Instruments
http://www.ni.com/ask
0 Kudos
Message 3 of 4
(3,156 Views)
Where can I change the default font ??
Thanks Urs

altenbach schrieb:

>By default, LabVIEW uses system fonts, so if somebody changes their
>desktop fonts or change the graphics setting to e.g. "large fonts",
>you see the problem you encountered.
>
>Set your default font to a truetype font with defined size (e.g.
>Tahoma or Arial works well) and all will be good.
>
>
0 Kudos
Message 4 of 4
(3,156 Views)