Wiki-home » About VastPark » Specifications » IMML » IMML Help »
Text Help¶
Introduction¶
A Text Element is an element which displays text in a 3D environment.
Children¶
Text elements can have 0 to Many of these elements
Text elements can have only one of these elements
Attributes¶
Size¶
| Type |
xs:int |
| Use |
optional |
| Default |
10 |
| Documentation |
The size of the font in pixels |
Opacity¶
| Type |
xs:float |
| Use |
optional |
| Default |
1.0 |
| Documentation |
A value between 0 and 1 describing the amount of opacity |
Colour¶
| Type |
imml:Colour |
| Use |
optional |
| Documentation |
The colour of the font |
Visible¶
| Type |
imml:Boolean |
| Use |
optional |
| Default |
True |
| Documentation |
When true, the element is visible |
Billboard¶
| Type |
imml:Boolean |
| Use |
optional |
| Default |
False |
| Documentation |
When true, the font will always face the current view |
Bold¶
| Type |
imml:Boolean |
| Use |
optional |
| Default |
False |
| Documentation |
When true, the font is bold |
Italic¶
| Type |
imml:Boolean |
| Use |
optional |
| Default |
False |
| Documentation |
When true, the font is italicised |
Underline¶
| Type |
imml:Boolean |
| Use |
optional |
| Default |
False |
| Documentation |
When true, the font is underlined |
Font¶
| Type |
xs:string |
| Use |
optional |
| Default |
Arial |
| Documentation |
The name of the font to Use. Valid values depend on the supported fonts on the client system. |
Value¶
| Type |
xs:string |
| Use |
optional |
| Documentation |
The text to display. |