liberty-engine ~master (2019-02-13T12:42:06Z)
Dub
Repo
Line
liberty
text
line
* Represents a line of text.
final
class
Line {
this
(float spaceWidth, float fontSize, float maxLength);
}
Constructors
this
this
(float spaceWidth, float fontSize, float maxLength)
*
Meta
Source
See Implementation
liberty
text
line
classes
Line
* Represents a line of text.