DiTextRect

Undocumented in source.

Constructors

this
this(DiTextRender tr, DiGlyphRender gr, DiDrawRect dr)
Undocumented in source.

Members

Functions

draw
void draw()
Undocumented in source. Be warned that the author may not have intended to support it.
repos
void repos()
Undocumented in source. Be warned that the author may not have intended to support it.
setRenders
void setRenders(DiTextRender tr, DiGlyphRender gr)
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.

Properties

glyph
const(DiGlyphInfo) glyph [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
param
const(DiGlyphParam) param [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
param
DiGlyphParam param [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
pos
ivec2 pos [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
pos
ivec2 pos [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
rect
irect rect [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
text
wstring text [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
text
wstring text [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

glyphRender
DiGlyphRender glyphRender;
Undocumented in source.
loffset
ivec2 loffset;
Undocumented in source.
p_glyph
DiGlyphInfo p_glyph;
Undocumented in source.
p_param
DiGlyphParam p_param;
Undocumented in source.
p_plane
DiDrawRect p_plane;
Undocumented in source.
p_text
wstring p_text;
Undocumented in source.
textRender
DiTextRender textRender;
Undocumented in source.

Inherited Members

From DiDrawable

draw
void draw()
Undocumented in source.

Meta