TextLine

Undocumented in source.

Constructors

this
this(Font font, string text, Owner o)
Undocumented in source.

Members

Functions

render
void render(RenderingContext* rc)
Undocumented in source. Be warned that the author may not have intended to support it.
setFont
void setFont(Font font)
Undocumented in source. Be warned that the author may not have intended to support it.
setText
void setText(string t)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(double dt)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

alignment
Alignment alignment;
Undocumented in source.
color
Color4f color;
Undocumented in source.
font
Font font;
Undocumented in source.
height
float height;
Undocumented in source.
scaling
float scaling;
Undocumented in source.
text
string text;
Undocumented in source.
width
float width;
Undocumented in source.

Inherited Members

From Drawable

update
void update(double dt)
Undocumented in source.
render
void render(RenderingContext* rc)
Undocumented in source.

Meta