Load a Raylib font.
Load a Raylib font from file.
Get advance vector for the given glyph.
Changing DPI at runtime is not supported for Raylib typefaces.
Draw a line of text Note: This API is unstable and might change over time.
Get font height in pixels.
List glyphs in the typeface.
Get line height in pixels.
Get initial pen position.
Object holding the default typeface.
Line height relative to font height.
Scale to apply for the typeface.
Character spacing, as a fraction of the font size.
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.
Font rendering via Raylib. Discouraged, potentially slow, and not HiDPI-compatible. Use FreetypeTypeface instead.