w4d v0.0.4 (2018-08-22T12:42:48Z)
Dub
Repo
TextElement
w4d
element
text
An element of horizontal text.
class
TextElement : HTextElement {
vec2
originRate
;
this
();
void
draw
(Shader s);
}
Constructors
this
this
()
Members
Functions
draw
void
draw
(Shader s)
Variables
originRate
vec2
originRate
;
Rate of the origin.
Meta
Source
See Implementation
w4d
element
text
classes
TextElement
An element of horizontal text.