Font Property Syntax
In Default Settings, font properties are specified using the syntax:
|
Parameter |
Description |
|
FaceName |
The font face name as it appears in the Font Properties section in the Properties window. The name must be enclosed in double quotes. |
|
Color |
The font color name. See Color List for details. |
|
Style |
Add the following values to get the style you want: None = 0 Bold = 16 Italics = 32 Strikethrough = 64 Underline = 128 The style is entered as a number, and is not enclosed in double quotes. |
|
Size |
The size of the text in points. This is entered as a number and is not enclosed in double quotes. |
Example
"Calibri" "Black" 0 6