OverlayTextOptions
Describes how a function overlays text.
Elements
| Name | Type | Description |
|---|---|---|
| fontName | const char* | The name of the font to use. The function processes only the first 32 characters. |
| fontSize | int | The size of the font. |
| bold | int | Set this element to TRUE to bold the text. |
| italic | int | Set this element to TRUE to italicize the text. |
| underline | int | Set this element to TRUE to underline the text. |
| strikeout | int | Set this element to TRUE to strikeout the text. |
| horizontalTextAlignment | TextAlignment | Sets the alignment of the text. |
| verticalTextAlignment | VerticalTextAlignment | Sets the vertical alignment for the text. |
| backgroundColor | RGBValue | Sets the color for the text background pixels. |
| angle | double | The counterclockwise angle, in degrees, of the text relative to the x-axis. |