Function tcod::load_bdf

Function Documentation

inline auto tcod::load_bdf(const std::filesystem::path &path) -> TilesetPtr

Load a Tileset from a BDF font file.

Will throw an exception on a missing or corrupt file.

New in version 1.19.