Text element
Text element
From ThrottleWiki
A text element is a kind of icon with an additional text attribute with the following features:
- The text attribute itself can contain system variables which are then shown as part of the text.
- The text element can contain font attributes and position attributes that define how to display the text.
Other than that the text element can contain the same attributes as an icon, including a path for an image.
By default text is wrapped to the overall "width" set in the text element. If a different width is required for the text alone, the attribute "textwidth" can be used. When neither "width" or "textwidth" is specified, the text runs through.
adding
options="clip"
causes the text to be cut off at the specified width rather than being wrapped.
Text elements use the unique textimagesscale attribute. e.g. textimagesscale="0.5".