EasyTalk API
|
This class defines styling for text elements. More...
Public Attributes | |
bool | enabled = true |
Whether the text is enabled. | |
Font | font |
The font to use. | |
Color | color |
The color to use for the text. | |
float | fontSize = 24.0f |
The font size to use. | |
bool | autoSizeFont = true |
Whether the font should be automatically resized for the best fit of the text. | |
float | minFontSize = 8.0f |
The minimum font size to use when in auto-size mode. | |
float | maxFontSize = 72.0f |
The maximum font size to use when in auto-size mode. | |
Properties | |
Font | StandardFont [get, set] |
Gets or sets the standard Font. | |
This class defines styling for text elements.
bool EasyTalk.Display.Style.TextStyleSettings.autoSizeFont = true |
Whether the font should be automatically resized for the best fit of the text.
Color EasyTalk.Display.Style.TextStyleSettings.color |
The color to use for the text.
bool EasyTalk.Display.Style.TextStyleSettings.enabled = true |
Whether the text is enabled.
Font EasyTalk.Display.Style.TextStyleSettings.font |
The font to use.
float EasyTalk.Display.Style.TextStyleSettings.fontSize = 24.0f |
The font size to use.
float EasyTalk.Display.Style.TextStyleSettings.maxFontSize = 72.0f |
The maximum font size to use when in auto-size mode.
float EasyTalk.Display.Style.TextStyleSettings.minFontSize = 8.0f |
The minimum font size to use when in auto-size mode.
|
getset |
Gets or sets the standard Font.