TTMSFNCWidgetMatrixLabelTextStyle Enumeration
Determines how the displayed text is cased before it is rendered on the LED grid.
API unit family: TMSFNCWidgetMatrixLabel
Members
| Name | Description |
|---|---|
mtsUpperCase |
Converts the text to upper case before display. |
mtsLowerCase |
Converts the text to lower case before display. |
mtsAsIs |
Displays the text exactly as supplied, without case conversion. |
mtsProperCase |
Capitalizes the first letter of each word before display. |