TextLine Class
A line of text in the Text TOP or Text SOP, after it has been formatted. Contains various members about the line such as it's text, position etc."
Members
glyph
→ int
(Read Only):
The index of the glyph that represents this text line.
fontIndex
→ int
(Read Only):
The index of the font that the glyph belongs to. Glyphs are not interchangable between fonts.
text
→ str
(Read Only):
The text for this line.
origin
→ tdu.Position
(Read Only):
A tdu.Position object that gives the baseline origin of the line of text.
lineWidth
→ float
(Read Only):
The width of the format box of this line of text.
Methods
No operator specific methods.