Font

Font object

Destructor

~this
~this()
Undocumented in source.

Members

Functions

checkpoint
void checkpoint()

clear usage flags for all entries

cleanup
void cleanup()

removes entries not used after last call of checkpoint() or cleanup()

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
drawText
void drawText(DrawBuf buf, int x, int y, dchar[] text, uint color)

draw text string to buffer

getCharGlyph
Glyph* getCharGlyph(dchar ch, bool withImage)

get character glyph information

measureText
int measureText(dchar[] text, int[] widths, int maxWidth)
Undocumented in source.
textSize
Point textSize(dchar[] text, int maxWidth)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

baseline
int baseline [@property getter]
Undocumented in source.
face
string face [@property getter]
Undocumented in source.
family
FontFamily family [@property getter]
Undocumented in source.
height
int height [@property getter]
Undocumented in source.
isNull
bool isNull [@property getter]
Undocumented in source.
italic
bool italic [@property getter]
Undocumented in source.
size
int size [@property getter]
Undocumented in source.
weight
int weight [@property getter]
Undocumented in source.

Meta