cancelar
Mostrando los resultados de 
Buscar en lugar de 
Quiere decir: 

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
Mensaje 1 de 4
3.415 Vistas
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
Mensaje 2 de 4
3.415 Vistas
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
Mensaje 3 de 4
3.415 Vistas
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
Mensaje 4 de 4
3.415 Vistas