![]() |
GoldFish Engine
Quite simple and lightweight game engine
|
Font. More...
#include <gf_pre.h>
#include <gf_macro.h>
#include <gf_type/font.h>
#include <gf_type/draw.h>
#include <stddef.h>
Go to the source code of this file.
Functions | |
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. | |
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. | |
Font.
Definition in file gf_font.h.
|
extern |
|
extern |