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.
void gf_font_destroy(gf_font_t *font)
Destroy font.
gf_font_glyph_t * gf_font_get(gf_font_t *font, int code)
Get glyph.
gf_font_t * gf_font_create_raw(gf_draw_t *draw, const char *path, const void *data, size_t size)
Load font.
#define GF_EXPORT
Macro for platform-dependent symbol export/import.
Required headers before anything.