03-29-2015 08:00 PM
Hi,
I have a Labview program which is written in windows OS, english.
However, when it runs in the windows OS of other language, e.g chinese language OS, the alightment of some UI font & icon are off.
Some font appear to misalight.
I have no problem until I encountered this.
Is that the root cause? How do I solve this?
03-29-2015 08:25 PM
By default, LabVIEW uses symbolic fonts, which depend on the windows theme and language settings. If you want a constant user experience, you need to use defined fonts instead.
03-29-2015 08:42 PM
Hi,
So does that mean if I defined a fonts for example ''Tahoma'' for all fonts, it will isolate from windows language setting?
What about icon that turn elongated?
03-29-2015 09:36 PM
Or any way to install a font size separately used for the program using some sort of .ini file?
In that case, I just install it without the need to change program font.
Is this possible?