Font

Constructors

this
this(string path, int size)

Members

Functions

getGlyph
Glyph getGlyph(int character)
getKerning
Vector2 getKerning(int leftChar, int rightChar)
hasGlyph
bool hasGlyph(int character)
measureString
Vector2 measureString(string text)

Properties

texture
Texture texture [@property getter]

Variables

ascentLine
int ascentLine;
descentLine
int descentLine;
hasKerning
bool hasKerning;
lineHeight
float lineHeight;
size
int size;

Meta