void set_space_advance(PN_stdfloat space_advance)
Changes the number of units wide a space is.
PN_stdfloat get_space_advance() const
Returns the number of units wide a space is.
PN_stdfloat get_line_height() const
Returns the number of units high each line of text is.
A representation of a single glyph (character) from a font.
bool is_valid() const
Returns true if the font is valid and ready to use, false otherwise.
void set_line_height(PN_stdfloat line_height)
Changes the number of units high each line of text is.
const TextGlyph * get_glyph(int character)
Gets the glyph associated with the given character code, as well as an optional scaling parameter tha...