LabVIEW configuration file/Fonts: Difference between revisions
Appearance
No edit summary |
Added categorie |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{| | |||
{| border="0" align="right" | |||
|- | |- | ||
| __TOC__ | |||
|} | |} | ||
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: | |||
* ''fontname'' = the string name of an installed TTF font | Key: | ||
* ''fontsize'' = font point size | |||
* ''fontstlye'' = font style | *''fontname'' = the string name of an installed TTF font | ||
** empty = Plain | *''fontsize'' = font point size | ||
** B = '''Bold''' | *''fontstlye'' = font style | ||
** ? = ''Italic'' | **empty = Plain | ||
** ? = <u>Underline</u> | **B = '''Bold''' | ||
** ? = Outline | ** ? = ''Italic'' | ||
** ? = <s>Strikeout</s> | ** ? = <u>Underline</u> | ||
** ? = Outline | |||
** ? = <s>Strikeout</s> | |||
{{ labviewconfigurationkey | {{ labviewconfigurationkey | ||
| Line 132: | Line 137: | ||
}} | }} | ||
[[Category: | [[Category:Configuration File|Fonts]] | ||
Revision as of 12:38, 9 February 2009
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 |
3.x , 4.x , 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 | |
| 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 |
| LabVIEW Versions |
3.x , 4.x , 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 | |
| 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 | |
| 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 |
3.x , 4.x , 5.x , 6.x , 7.x , 8.x |
| OS's Supported | |
| Notes | None |