Jump to content

LabVIEW configuration file/Fonts: Difference between revisions

From LabVIEW Wiki
Crelf (talk | contribs)
No edit summary
Simohe (talk | contribs)
Note about OS dependency
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__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:
Key:
* ''fontname'' = the string name of an installed TTF font
* ''fontsize'' = font point size
* ''fontstlye'' = font style
** empty = Plain
** B = '''Bold'''
** ? = ''Italic''
** ? = <u>Underline</u>
** ? = Outline
** ? = <s>Strikeout</s>
<br/>
== appFont ==
Example: <code>appFont="Arial" 12 B</code><br/>
Description: Application font<br/>
Datatype: <FONT COLOR=#FF00FF>String</FONT><br/>
Permitted Values: "''fontname''"+SPACE+''fontsize''+SPACE+''fontstyle''<br/>
Default Value: <code>"MS Sans Serif" 13</code><br/>
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
Notes: None<br/>


== BDFont ==
*''fontname'' = the string name of an installed TTF font
Example: <code>BDFont="Arial" 12 B</code><br/>
*''fontsize'' = font point size
Description: Last font used for labels on the Block Diagram<br/>
*''fontstlye'' = font style
Datatype: <FONT COLOR=#FF00FF>String</FONT><br/>
**empty = Plain
Permitted Values: "''fontname''"+SPACE+''fontsize''+SPACE+''fontstyle''<br/>
**B = '''Bold'''
Default Value: <code>"0" 13</code><br/>
**&nbsp;? = ''Italic''
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
**&nbsp;? = <u>Underline</u>
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
**&nbsp;? = Outline
Notes: None<br/>
**&nbsp;? = <s>Strikeout</s>


== dialogFont ==
{{ labviewconfigurationkey
Example: <code>dialogFont="Arial" 12 B</code><br/>
| keyname = appFont
Description: Dialog font<br/>
| example =appFont="Arial" 12 B
Datatype: <FONT COLOR=#FF00FF>String</FONT><br/>
| datatype =s
Permitted Values: "''fontname''"+SPACE+''fontsize''+SPACE+''fontstyle''<br/>
| description =Application font
Default Value: <code>"MS Sans Serif" 13 B</code><br/>
| permitted_values ="''fontname''"+SPACE+''fontsize''+SPACE+''fontstyle''
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| default = OS dependent (Default font of OS, WinNT: "MS Sans Serif" 13, ...)
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 3
Notes: None<br/>
| LV2 = 4
| LV3 = 5
| LV4 = 6
| LV5 = 7
| LV6 = 8
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}
{{ labviewconfigurationkey
| keyname = BDFont
| example =BDFont="Arial" 12 B
| datatype =s
| description =Last font used for labels on the Block Diagram
| permitted_values ="''fontname''"+SPACE+''fontsize''+SPACE+''fontstyle''
| default ="0" 13
| LV1 = 4
| LV2 = 5
| LV3 = 6
| LV4 = 7
| LV5 = 8
| LV6 =
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}
{{ labviewconfigurationkey
| keyname = dialogFont
| example =dialogFont="Arial" 12 B
| datatype =s
| description =Dialog font
| permitted_values ="''fontname''"+SPACE+''fontsize''+SPACE+''fontstyle''
| default = OS dependent (Dialog font of OS, NT: "MS Sans Serif" 13, ...)
| LV1 = 3
| LV2 = 4
| LV3 = 5
| LV4 = 6
| LV5 = 7
| LV6 = 8
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}
{{ labviewconfigurationkey
| keyname = FPFont
| example =FPFont="Arial" 12 B
| datatype =s
| description =Last font used for labels on the Front Panel
| permitted_values ="''fontname''"+SPACE+''fontsize''+SPACE+''fontstyle''
| default ="0" 13
| LV1 = 4
| LV2 = 5
| LV3 = 6
| LV4 = 7
| LV5 = 8
| LV6 =
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}
{{ labviewconfigurationkey
| keyname = IconFont
| example =IconFont="SmallFonts" 12 B
| datatype =s
| description =Last font used for labels in the icon editor
| permitted_values ="''fontname''"+SPACE+''fontsize''+SPACE+''fontstyle''
| default ="0" 13
| LV1 = 4
| LV2 = 5
| LV3 = 6
| LV4 = 7
| LV5 = 8
| LV6 =
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}
{{ labviewconfigurationkey
| keyname = systemFont
| example =systemFont="Arial" 12 B
| datatype =s
| description =System font
| permitted_values ="''fontname''"+SPACE+''fontsize''+SPACE+''fontstyle''
| default = OS dependent (System font of OS, WinNT: "MS Sans Serif" 13 B, ...)
| LV1 = 3
| LV2 = 4
| LV3 = 5
| LV4 = 6
| LV5 = 7
| LV6 = 8
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}


== FPFont ==
Fonts in Windows: http://lavag.org/topic/13110-system-font-changes-from-xp-to-win7/?p=78373
Example: <code>FPFont="Arial" 12 B</code><br/>
Description: Last font used for labels on the Front Panel<br/>
Datatype: <FONT COLOR=#FF00FF>String</FONT><br/>
Permitted Values: "''fontname''"+SPACE+''fontsize''+SPACE+''fontstyle''<br/>
Default Value: <code>"0" 13</code><br/>
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
Notes: None<br/>


== IconFont ==
[[Category:Configuration File|Fonts]]
Example: <code>IconFont="SmallFonts" 12 B</code><br/>
Description: Last font used for labels in the icon editor<br/>
Datatype: <FONT COLOR=#FF00FF>String</FONT><br/>
Permitted Values: "''fontname''"+SPACE+''fontsize''+SPACE+''fontstyle''<br/>
Default Value: <code>"0" 13</code><br/>
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
Notes: None<br/>


== systemFont ==
[[Category:Configuration File|Fonts]]
Example: <code>systemFont="Arial" 12 B</code><br/>
Description: System font<br/>
Datatype: <FONT COLOR=#FF00FF>String</FONT><br/>
Permitted Values: "''fontname''"+SPACE+''fontsize''+SPACE+''fontstyle''<br/>
Default Value: <code>"MS Sans Serif" 13 B</code><br/>
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
Notes: None<br/>

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

4.x , 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 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

4.x , 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

4.x , 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 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