TextLine

Undocumented in source.

Constructors

this
this(Font font, string text, Vector2f position)
Undocumented in source.

Members

Functions

draw
void draw(double dt)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free()
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.
setPosition
void setPosition(Vector2f pos)
Undocumented in source. Be warned that the author may not have intended to support it.
setPosition
void setPosition(float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
setText
void setText(string text)
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.
position
Vector2f position;
Undocumented in source.
scaling
float scaling;
Undocumented in source.
text
string text;
Undocumented in source.
textWidth
float textWidth;
Undocumented in source.

Inherited Members

From Drawable

draw
void draw(double dt)
Undocumented in source.

Meta