01-30-2014 12:30 PM
I have developed an application in LabVIEW that when developed under Windows 8.1 and all items like Numeric Indicator or Numerical Controls were created with default font and size (Font: Application, Size: 15, Align: Left as Plain), however after building the exe file and transfer the application to another computer, all fonts were changed and increased in size.
The problem with this is that in some cases this increase in size overlaps other objects on the Front Panel, and in some Numerical Indicators, the numbers do not fit inside the indicator box.
How could I force the usage of a particulary font and size on an application?
01-30-2014 12:44 PM
Options...Environment
If you uncheck "Use default font"....you can specify what font you want to be used when Application font is selected.
01-30-2014 01:24 PM
Hi Quintino,
you can force the fonts of the EXE by setting some keys in it's INI file.
You can use settings similar like those mentioned here, just replace the number ("0" or "2") by the font name you like to use (e.g. "Arial")!