Load the default typeface
Use an existing freetype2 font.
Load a font from a file.
Get advance vector for the given glyph
Draw a line of text
Line height.
Get initial pen position.
Underlying face.
Adjust line height. 1 uses the original line height, 2 doubles it.
List glyphs in the typeface.
Get initial pen position.
Get line height.
Get advance vector for the given glyph. Uses dots, not pixels, as the unit.
Set font scale. This should be called at least once before drawing.
Get curently set DPI.
Draw a line of text. Note: This API is unstable and might change over time.
Get the default Fluid typeface.
Default word splitter used by measure/draw.
Measure space the given text would span. Uses dots as the unit.
Draw text within the given rectangle in the image.
Represents a freetype2-powered typeface.