Get advance vector for the given glyph. Uses dots, not pixels, as the unit.
Default word splitter used by measure/draw.
Set font scale. This should be called at least once before drawing.
Get curently set DPI.
Draw text within the given rectangle in the image.
Draw a line of text. Note: This API is unstable and might change over time.
List glyphs in the typeface.
Get line height.
Measure space the given text would span. Uses dots as the unit.
Get initial pen position.
Get the default Fluid typeface.
Low-level interface for drawing text. Represents a single typeface.
Unlike the rest of Fluid, Typeface doesn't define pixels as 1/96th of an inch. DPI must also be specified manually.
See: fluid.text.Text for an interface on a higher level.