Function TCOD_load_bdf_memory¶
Defined in File tileset_bdf.h
Function Documentation¶
-
TCOD_Tileset *TCOD_load_bdf_memory(int size, const unsigned char *buffer)
Load a BDF font from memory.
sizeis the byte length ofbuffer.bufferis the BDF data to load.May return NULL on failure. See
TCOD_get_errorfor the error message.Added in version 1.16.