![]() |
Gamedev Framework (gf) 1.2.0
A C++17 framework for 2D games
|
A console font format. More...
#include <gf/ConsoleFont.h>
Public Types | |
enum | Transparency { Alpha , Grayscale , ColorKey } |
A transparency method. More... | |
enum | Layout { InColumn , InRow } |
A layout. More... | |
enum | Mapping { CodePage437 , ModifiedCodePage437 , Special , Custom } |
A mapping. More... | |
Public Attributes | |
Transparency | transparency |
The transparency method of the font. More... | |
Layout | layout |
The layout of the font. More... | |
Mapping | mapping |
The mapping of the font. More... | |
A console font format.
Layout gf::ConsoleFontFormat::layout |
The layout of the font.
Mapping gf::ConsoleFontFormat::mapping |
The mapping of the font.
Transparency gf::ConsoleFontFormat::transparency |
The transparency method of the font.