Text Namespace Reference
Enumerations | |
| enum | UnderlineTypes { utNone = -1, utSingle = 0, utDouble, utDotted } |
| enum | ParagraphAlignment { paLeft = 1, paCenter, paRight, paJustified } |
Variables | |
| const VCF::String | fsFontName = "fsFontName" |
| This key is associated with a string representing the font's name. | |
| const VCF::String | fsPointSize = "fsPointSize" |
| This key is associated with a double that represents the font's requested point size. | |
| const VCF::String | fsColor = "fsColor" |
| This key is associated with a Color object that represents the font's requested color. | |
| const VCF::String | fsBold = "fsBold" |
| This key is associated with a bool that represents whether or not the font's bold is toggled on or off. | |
| const VCF::String | fsItalic = "fsItalic" |
| This key is associated with a bool that represents whether or not the font's italic is toggled on or off. | |
| const VCF::String | fsStrikeout = "fsStrikeout" |
| This key is associated with a bool that represents whether or not the font's strike out is toggled on or off. | |
| const VCF::String | fsUnderlined = "fsUnderlined" |
| This key is associated with an int that represents the font's underline state. | |
| const VCF::String | psAlignment = "psAlignment" |
| This key is associated with an int that represents the paragraph's alignment. | |
Enumeration Type Documentation
|
|
|
|
|
|
Variable Documentation
|
|
This key is associated with a bool that represents whether or not the font's bold is toggled on or off.
|
|
|
This key is associated with a Color object that represents the font's requested color. The value is expected to be a Color object. This object should be allocated on the heap when assigned to the styles dictionary, and will be deleted when the styles dictionary is destroyed. |
|
|
This key is associated with a string representing the font's name.
|
|
|
This key is associated with a bool that represents whether or not the font's italic is toggled on or off.
|
|
|
This key is associated with a double that represents the font's requested point size.
|
|
|
This key is associated with a bool that represents whether or not the font's strike out is toggled on or off.
|
|
|
This key is associated with an int that represents the font's underline state. It can be one of any of the values in the UnderlineTypes enum. |
|
|
This key is associated with an int that represents the paragraph's alignment. It can be one of any of the values in the ParagraphAlignment enum. |
