Gamedev Framework (gf)  0.11.0
A C++14 framework for 2D games
Static Public Attributes | List of all members
gf::PredefinedConsoleFontFormat Struct Reference

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...
 

Detailed Description

Predefined console font formats.

Member Data Documentation

◆ DwarfFortress

constexpr ConsoleFontFormat gf::PredefinedConsoleFontFormat::DwarfFortress = { ConsoleFontFormat::ColorKey, ConsoleFontFormat::InRow, ConsoleFontFormat::CodePage437 }
static

The Dwarf Fortress format.

◆ Libtcod

constexpr ConsoleFontFormat gf::PredefinedConsoleFontFormat::Libtcod = { ConsoleFontFormat::ColorKey, ConsoleFontFormat::InRow, ConsoleFontFormat::Special }
static

The libtcod format.