Text

constructor()
constructor(id: String)


constructor(font: Font)

Constructor, defining a font for the Text

Parameters

font

the font information

See also


constructor(id: String, font: Font)

Constructor, defining a font and id for the Text

Parameters

id

the unique id of the element

font

the font information

See also