![]() |
Gamedev Framework (gf) 1.2.0
A C++17 framework for 2D games
|
Predefined console font formats. More...
#include <gf/ConsoleFont.h>
Static Public Attributes | |
static constexpr ConsoleFontFormat | Libtcod = { ConsoleFontFormat::ColorKey, ConsoleFontFormat::InRow, ConsoleFontFormat::Special } |
The libtcod format. More... | |
static constexpr ConsoleFontFormat | DwarfFortress = { ConsoleFontFormat::ColorKey, ConsoleFontFormat::InRow, ConsoleFontFormat::CodePage437 } |
The Dwarf Fortress format. More... | |
Predefined console font formats.
|
staticconstexpr |
The Dwarf Fortress format.
|
staticconstexpr |
The libtcod format.