LabVIEW configuration file/Fonts: Difference between revisions
Appearance
m LabVIEW ini File.Fonts moved to LabVIEW configuration file.Fonts: removed ini in title |
No edit summary |
||
| Line 18: | Line 18: | ||
** ? = <s>Strikeout</s> | ** ? = <s>Strikeout</s> | ||
{{ labviewconfigurationkey | |||
| keyname = appFont | |||
| example =appFont="Arial" 12 B | |||
| datatype =s | |||
| description =Application font | |||
| permitted_values ="''fontname''"+SPACE+''fontsize''+SPACE+''fontstyle'' | |||
| default ="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 = 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 ="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 ="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 | |||
}} | |||
[[Category:Development Environment]] | [[Category:Development Environment]] | ||
Revision as of 15:02, 30 May 2007
Template:LabVIEW configuration back
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 |