Jump to content

LabVIEW configuration file/Fonts: Difference between revisions

From LabVIEW Wiki
No edit summary
Simohe (talk | contribs)
Note about OS dependency
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{LabVIEW configuration back}}
 
{| align="right" border="0"
{| border="0" align="right"
|__TOC__
|-
|-
| __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
*''fontname'' = the string name of an installed TTF font
* ''fontstlye'' = font style
*''fontsize'' = font point size
** empty = Plain
*''fontstlye'' = font style
** B = '''Bold'''
**empty = Plain
** ? = ''Italic''
**B = '''Bold'''
** ? = <u>Underline</u>
**&nbsp;? = ''Italic''
** ? = Outline
**&nbsp;? = <u>Underline</u>
** ? = <s>Strikeout</s>
**&nbsp;? = Outline
**&nbsp;? = <s>Strikeout</s>


{{ labviewconfigurationkey
{{ labviewconfigurationkey
Line 24: 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 49: Line 53:
| LV4 = 7
| LV4 = 7
| LV5 = 8
| LV5 = 8
| LV6 =  
| LV6 =
| OS1 =w
| OS1 =w
| OS2 =m
| OS2 =m
Line 62: 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 87: Line 91:
| LV4 = 7
| LV4 = 7
| LV5 = 8
| LV5 = 8
| LV6 =  
| LV6 =
| OS1 =w
| OS1 =w
| OS2 =m
| OS2 =m
Line 106: Line 110:
| LV4 = 7
| LV4 = 7
| LV5 = 8
| LV5 = 8
| LV6 =  
| LV6 =
| OS1 =w
| OS1 =w
| OS2 =m
| OS2 =m
Line 119: 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 133: Line 137:
}}
}}


[[Category:Development Environment]]
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]]

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