DrawTextOptions
Describes how the function draws text.
Elements
Name | Type | Description |
---|---|---|
fontName[32] | char | The font name to use. This parameter is limited to 32 characters. |
fontSize | int | The size of the font. |
bold | int | Set this parameter to TRUE to bold text. |
italic | int | Set this parameter to TRUE to italicize text. |
underline | int | Set this parameter to TRUE to underline text. |
strikeout | int | Set this parameter to TRUE to strikeout text. |
textAlignment | TextAlignment | Sets the alignment of text. |
fontColor | FontColor | Sets the font color. |