class FontBuilder
Parents | |
|
The class for configuring font settings.
Static Public Methods | |
Creates a new instance of |
|
Creates an invisible font object. |
Public Properties | |
Indicates whether the font style is bold. |
|
The font color. |
|
The character encoding. |
|
Indicates whether the font style is italic. |
|
The font name. |
|
Indicates whether the font style is oblique. |
|
The path to the font file. |
|
The font size. |
|
The strikethrough stroke style. |
|
The strikethrough color. |
|
The underline stroke style. |
|
The underline color. |
Public Methods | |
Loads a font of a specified size from a TTF or AFM font file. |
|
Sets the font style to bold. |
|
Sets the font color. |
|
Sets the character encoding for the font. |
|
Sets the font style to italic. |
|
Sets the font name. |
|
Sets the font style to oblique. |
|
Sets the path to the file with the font. |
|
Sets the font size. |
|
Sets the font style to strikethrough. |
|
Sets the strikethrough color and stroke style for the font. |
|
Sets the strikethrough color for the font. |
|
Sets the strikethrough stroke style for the font. |
|
Sets the font style to underline. |
|
Sets the underline color and stroke style for the font. |
|
Sets the underline color for the font. |
|
Sets the underline stroke style for the font. |
|
Sets the font name and size. |