Text¶
name: Text
documentation:
Provides functionality for spatial display of text
mixed: true
extension
base: imml:*Movableelement*
choice: The following element types can be used in conjunction with this element
maxOccurs: unbounded
Allow multiple of these elements
element
type: imml:Repeater
name: Repeater
maxOccurs: unbounded
minOccurs: 0
element
type: imml:Stack
name: Stack
maxOccurs: unbounded
minOccurs: 0
element
type: imml:Grid
name: Grid
maxOccurs: unbounded
minOccurs: 0
element
type: imml:Model
name: Model
maxOccurs: unbounded
minOccurs: 0
element
type: imml:Effect
name: Effect
maxOccurs: unbounded
minOccurs: 0
element
type: imml:Text
name: Text
maxOccurs: unbounded
minOccurs: 0
element
type: imml:Primitive
name: Primitive
maxOccurs: unbounded
minOccurs: 0
element
type: imml:Sound
name: Sound
maxOccurs: unbounded
minOccurs: 0
element
type: imml:Light
name: Light
maxOccurs: unbounded
minOccurs: 0
element
type: imml:Camera
name: Camera
maxOccurs: unbounded
minOccurs: 0
element
type: imml:Widget
name: Widget
maxOccurs: unbounded
minOccurs: 0
element
type: imml:Trigger
name: Trigger
maxOccurs: unbounded
minOccurs: 0
element
name: Define
maxOccurs: unbounded
minOccurs: 0
type: imml:Parameter
documentation:
A key/value pair defining a variable attached to this node
Allow only one of these *element*s
element
name: Network
type: imml:Network
minOccurs: 0
maxOccurs: 1
attribute
name: Size
type: xs:int
use: optional
default: 10
documentation:
The size of the font in pixels
attribute
name: Opacity
type: xs:float
use: optional
default: 1.0
documentation:
A value between 0 and 1 describing the amount of opacity
attribute
name: Colour
type: imml:Colour
use: optional
documentation:
The colour of the font
attribute
name: Visible
type: imml:Boolean
use: optional
default: True
documentation:
When true, the element is visible
attribute
name: Billboard
type: imml:Boolean
use: optional
default: False
documentation:
When true, the font will always face the current view
attribute
name: Bold
type: imml:Boolean
use: optional
default: False
documentation:
When true, the font is bold
attribute
name: Italic
type: imml:Boolean
use: optional
default: False
documentation:
When true, the font is italicised
attribute
name: Underline
type: imml:Boolean
use: optional
default: False
documentation:
When true, the font is underlined
attribute
name: 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.
attribute
name: Value
type: xs:string
use: optional
documentation:
The text to display.