![]() |
Gamedev Framework (gf)
0.19.0
A C++17 framework for 2D games
|
Text display. More...
Classes | |
class | gf::BasicText |
A basic text. More... | |
class | gf::Text |
Graphical text that can be drawn to a render target. More... | |
Enumerations | |
enum | gf::Alignment { gf::Alignment::None, gf::Alignment::Left, gf::Alignment::Right, gf::Alignment::Center, gf::Alignment::Justify } |
The alignement of a text. More... | |
Text display.
|
strong |