TextLine

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

append
TextLine append(string text)

Supports chaining

append
TextLine append(dstring text)
Undocumented in source. Be warned that the author may not have intended to support it.
appendGlyphs
void appendGlyphs(dstring text, Font font)
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
font
void font(Font newFont)
Undocumented in source. Be warned that the author may not have intended to support it.
font
Font font()
Undocumented in source. Be warned that the author may not have intended to support it.
fontName
string fontName()
Undocumented in source. Be warned that the author may not have intended to support it.
fontName
void fontName(string newFontName)
Undocumented in source. Be warned that the author may not have intended to support it.
geometry
TexRectArray geometry()
Undocumented in source. Be warned that the author may not have intended to support it.
height
uint height()
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init()
Undocumented in source. Be warned that the author may not have intended to support it.
isInited
bool isInited()
Undocumented in source. Be warned that the author may not have intended to support it.
size
ivec2 size()
Undocumented in source. Be warned that the author may not have intended to support it.
text
dstring text()
Undocumented in source. Be warned that the author may not have intended to support it.
text
dstring text(dstring newText)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.
width
uint width()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_cursorX
uint _cursorX;
Undocumented in source.
_font
Font _font;
Undocumented in source.
_fontName
string _fontName;
Undocumented in source.
_geometry
TexRectArray _geometry;
Undocumented in source.
_height
uint _height;
Undocumented in source.
_isDirty
bool _isDirty;
Undocumented in source.
_isInited
bool _isInited;
Undocumented in source.
_tabSize
ubyte _tabSize;
Undocumented in source.
_text
dstring _text;
Undocumented in source.
_width
uint _width;
Undocumented in source.

Meta