09-06-2009 11:28 PM
HI all,
I am design the execute program with some Chinese and Maths font.
How can I fix the font in the execute program.
I would like to put the font files in the exeute program instead of asking the user to using "windows operation" method.
Thanks.
Regards,
Robert
09-06-2009 11:36 PM
09-07-2009 12:01 AM
Hi Mathan,
That's not really relate to my case.
It use locale language method with LV8.0 or higher.
But I'm using 7.1.
It seems not work!
Do I forget something?
Thanks.
Robert
09-07-2009 03:53 AM
is it the font size, or the the font that is the problem? I solve the font size problem by including a ini file with the exe that contains font settings. This way the font will not autoscale or change with different windows settings. http://labviewwiki.org/LabVIEW_configuration_file/Fonts
Hope it is to some help

09-07-2009 12:40 PM
Robert LAW wrote:How can I fix the font in the execute program.
What do you mean by "fix"? (1) invariable? (2) not broken?
Robert LAW wrote:I would like to put the font files in the exeute program instead of asking the user to using "windows operation" method.
What is the "windows operation" method? I am not familiar with that term. 😉
Are you looking for a way to include a font with the installer such that the built LabVIEW executable looks correct if installed on a machine that originally did not contain the specified fonts??
Please clarify! 🙂
09-07-2009 08:50 PM
HI altenbach,
My case is just like you are mension.
I would like to include the font file in the single execute program but not in the installer.
Does it OK?
My program include some chinese and maths charactor.
Thanks.