w4d ~master (2018-08-27T23:49:39Z)
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.