|
libtcod
|
Load BDF fonts as tilesets. More...
Go to the source code of this file.
Functions | |
| TCOD_Tileset * | TCOD_load_bdf (const char *path) |
| Load a BDF font from a file path. | |
| TCOD_Tileset * | TCOD_load_bdf_memory (int size, const unsigned char *buffer) |
| Load a BDF font from memory. | |
Load BDF fonts as tilesets.