Gamedev Framework (gf)  0.6.0
A C++11 framework for 2D games
Public Attributes | List of all members
gf::ConsoleFontElement Struct Reference

A console font element. More...

#include <gf/ConsoleFont.h>

Public Attributes

char16_t character
 The represented character. More...
 
uint8_t index
 The index in the font. More...
 

Detailed Description

A console font element.

See also
gf::ConsoleFont

Member Data Documentation

◆ character

char16_t gf::ConsoleFontElement::character

The represented character.

◆ index

uint8_t gf::ConsoleFontElement::index

The index in the font.