LabVIEW configuration file/Fonts

From LabVIEW Wiki
Jump to: navigation, search


This is a list of LabVIEW ini File settings relating to Fonts.


Key:

  • fontname = the string name of an installed TTF font
  • fontsize = font point size
  • fontstlye = font style
    • empty = Plain
    • B = Bold
    •  ? = Italic
    •  ? = Underline
    •  ? = Outline
    •  ? = Strikeout

appFont

Example appFont="Arial" 12 B
Description Application font
Datatype String
Permitted Values "fontname"+SPACE+fontsize+SPACE+fontstyle
Default Value OS dependent (Default font of OS, WinNT: "MS Sans Serif" 13, ...)
LabVIEW Versions

3.x , 4.x , 5.x , 6.x , 7.x , 8.x

OS's Supported

Logo.Windows.png Logo.Mac.png Logo.Linux.png Logo.Sun.png

Notes None

BDFont

Example BDFont="Arial" 12 B
Description Last font used for labels on the Block Diagram
Datatype String
Permitted Values "fontname"+SPACE+fontsize+SPACE+fontstyle
Default Value "0" 13
LabVIEW Versions

4.x , 5.x , 6.x , 7.x , 8.x Spacer.png

OS's Supported

Logo.Windows.png Logo.Mac.png Logo.Linux.png Logo.Sun.png

Notes None

dialogFont

Example dialogFont="Arial" 12 B
Description Dialog font
Datatype String
Permitted Values "fontname"+SPACE+fontsize+SPACE+fontstyle
Default Value OS dependent (Dialog font of OS, NT: "MS Sans Serif" 13, ...)
LabVIEW Versions

3.x , 4.x , 5.x , 6.x , 7.x , 8.x

OS's Supported

Logo.Windows.png Logo.Mac.png Logo.Linux.png Logo.Sun.png

Notes None

FPFont

Example FPFont="Arial" 12 B
Description Last font used for labels on the Front Panel
Datatype String
Permitted Values "fontname"+SPACE+fontsize+SPACE+fontstyle
Default Value "0" 13
LabVIEW Versions

4.x , 5.x , 6.x , 7.x , 8.x Spacer.png

OS's Supported

Logo.Windows.png Logo.Mac.png Logo.Linux.png Logo.Sun.png

Notes None

IconFont

Example IconFont="SmallFonts" 12 B
Description Last font used for labels in the icon editor
Datatype String
Permitted Values "fontname"+SPACE+fontsize+SPACE+fontstyle
Default Value "0" 13
LabVIEW Versions

4.x , 5.x , 6.x , 7.x , 8.x Spacer.png

OS's Supported

Logo.Windows.png Logo.Mac.png Logo.Linux.png Logo.Sun.png

Notes None

systemFont

Example systemFont="Arial" 12 B
Description System font
Datatype String
Permitted Values "fontname"+SPACE+fontsize+SPACE+fontstyle
Default Value OS dependent (System font of OS, WinNT: "MS Sans Serif" 13 B, ...)
LabVIEW Versions

3.x , 4.x , 5.x , 6.x , 7.x , 8.x

OS's Supported

Logo.Windows.png Logo.Mac.png Logo.Linux.png Logo.Sun.png

Notes None


Fonts in Windows: http://lavag.org/topic/13110-system-font-changes-from-xp-to-win7/?p=78373