LabVIEW configuration file/Fonts: Difference between revisions
New page: 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 = ... |
No edit summary |
||
Line 2: | Line 2: | ||
Key: | Key: | ||
* fontname = the string name of an installed TTF font | * ''fontname'' = the string name of an installed TTF font | ||
* fontsize = font point size | * ''fontsize'' = font point size | ||
* fontstlye = font style | * ''fontstlye'' = font style | ||
** empty = Plain | ** empty = Plain | ||
** B = Bold | ** B = '''Bold''' | ||
** ? = Italic | ** ? = ''Italic'' | ||
** ? = Underline | ** ? = [[Underline]] | ||
** ? = Outline | ** ? = Outline | ||
** ? = Strikeout | ** ? = <s>Strikeout</s> | ||
<br/> | <br/> | ||
Revision as of 20:02, 5 May 2007
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