Function TCOD_load_bdf¶
Defined in File tileset_bdf.h
Function Documentation¶
-
TCOD_Tileset *TCOD_load_bdf(const char *path)¶
Load a BDF font from a file path.
For the best results, you should use a BDF font with a cell-based monospace alignment.
May return NULL on failure. See
TCOD_get_errorfor the error message.Added in version 1.16.