Jump to content

LabVIEW configuration file/Fonts: Difference between revisions

From LabVIEW Wiki
No edit summary
Crelf (talk | contribs)
No edit summary
Line 6: Line 6:
|}
|}
This is a list of LabVIEW ini File settings relating to Fonts.
This is a list of LabVIEW ini File settings relating to Fonts.
 
----
Key:
Key:
* ''fontname'' = the string name of an installed TTF font
* ''fontname'' = the string name of an installed TTF font

Revision as of 21:39, 7 May 2007

Template:LabVIEW configuration back

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: "MS Sans Serif" 13
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x
OS's Supported:
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: 5.x, 6.x, 7.x, 8.x
OS's Supported:
Notes: None

dialogFont

Example: dialogFont="Arial" 12 B
Description: Dialog font
Datatype: String
Permitted Values: "fontname"+SPACE+fontsize+SPACE+fontstyle
Default Value: "MS Sans Serif" 13 B
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x
OS's Supported:
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: 5.x, 6.x, 7.x, 8.x
OS's Supported:
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: 5.x, 6.x, 7.x, 8.x
OS's Supported:
Notes: None

systemFont

Example: systemFont="Arial" 12 B
Description: System font
Datatype: String
Permitted Values: "fontname"+SPACE+fontsize+SPACE+fontstyle
Default Value: "MS Sans Serif" 13 B
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x
OS's Supported:
Notes: None