Gamedev Framework (gf)  0.19.0
A C++17 framework for 2D games
Classes | Enumerations
Text display

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

Detailed Description

Text display.

Enumeration Type Documentation

◆ Alignment

enum gf::Alignment
strong

The alignement of a text.

Enumerator
None 

No alignement.

Left 

Left alignement.

Right 

Right alignement.

Center 

Centered alignment.

Justify 

Justified alignment.