LabVIEW configuration file/Fonts: Difference between revisions
Appearance
Added categorie |
Note about OS dependency |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{| border="0" align="right" | {| border="0" align="right" | ||
| 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 | ||
*''fontsize'' = font point size | *''fontsize'' = font point size | ||
*''fontstlye'' = font style | *''fontstlye'' = font style | ||
**empty = Plain | **empty = Plain | ||
**B = '''Bold''' | **B = '''Bold''' | ||
** ? = ''Italic'' | ** ? = ''Italic'' | ||
** ? = <u>Underline</u> | ** ? = <u>Underline</u> | ||
** ? = Outline | ** ? = Outline | ||
** ? = <s>Strikeout</s> | ** ? = <s>Strikeout</s> | ||
| Line 28: | Line 28: | ||
| description =Application font | | description =Application font | ||
| permitted_values ="''fontname''"+SPACE+''fontsize''+SPACE+''fontstyle'' | | permitted_values ="''fontname''"+SPACE+''fontsize''+SPACE+''fontstyle'' | ||
| default ="MS Sans Serif" 13 | | default = OS dependent (Default font of OS, WinNT: "MS Sans Serif" 13, ...) | ||
| LV1 = 3 | | LV1 = 3 | ||
| LV2 = 4 | | LV2 = 4 | ||
| Line 53: | Line 53: | ||
| LV4 = 7 | | LV4 = 7 | ||
| LV5 = 8 | | LV5 = 8 | ||
| LV6 = | | LV6 = | ||
| OS1 =w | | OS1 =w | ||
| OS2 =m | | OS2 =m | ||
| Line 66: | Line 66: | ||
| description =Dialog font | | description =Dialog font | ||
| permitted_values ="''fontname''"+SPACE+''fontsize''+SPACE+''fontstyle'' | | permitted_values ="''fontname''"+SPACE+''fontsize''+SPACE+''fontstyle'' | ||
| default ="MS Sans Serif" 13 | | default = OS dependent (Dialog font of OS, NT: "MS Sans Serif" 13, ...) | ||
| LV1 = 3 | | LV1 = 3 | ||
| LV2 = 4 | | LV2 = 4 | ||
| Line 91: | Line 91: | ||
| LV4 = 7 | | LV4 = 7 | ||
| LV5 = 8 | | LV5 = 8 | ||
| LV6 = | | LV6 = | ||
| OS1 =w | | OS1 =w | ||
| OS2 =m | | OS2 =m | ||
| Line 110: | Line 110: | ||
| LV4 = 7 | | LV4 = 7 | ||
| LV5 = 8 | | LV5 = 8 | ||
| LV6 = | | LV6 = | ||
| OS1 =w | | OS1 =w | ||
| OS2 =m | | OS2 =m | ||
| Line 123: | Line 123: | ||
| description =System font | | description =System font | ||
| permitted_values ="''fontname''"+SPACE+''fontsize''+SPACE+''fontstyle'' | | permitted_values ="''fontname''"+SPACE+''fontsize''+SPACE+''fontstyle'' | ||
| default ="MS Sans Serif" 13 B | | default = OS dependent (System font of OS, WinNT: "MS Sans Serif" 13 B, ...) | ||
| LV1 = 3 | | LV1 = 3 | ||
| LV2 = 4 | | LV2 = 4 | ||
| Line 136: | Line 136: | ||
| notes =None | | notes =None | ||
}} | }} | ||
Fonts in Windows: http://lavag.org/topic/13110-system-font-changes-from-xp-to-win7/?p=78373 | |||
[[Category:Configuration File|Fonts]] | |||
[[Category:Configuration File|Fonts]] | [[Category:Configuration File|Fonts]] | ||
Latest revision as of 11:00, 11 March 2013
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 | |
| 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 | 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 | |
| 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 | 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 | |
| Notes | None |
Fonts in Windows: http://lavag.org/topic/13110-system-font-changes-from-xp-to-win7/?p=78373