Type definitions related to drawing interface.
Type definitions related to font.
gf_font_t * gf_font_create(gf_draw_t *draw, const char *path)
Load font.
gf_font_glyph_t * gf_font_get(gf_font_t *font, int code)
Get glyph.
#define GF_EXPORT
Macro for platform-dependent symbol export/import.
Required headers before anything.