Chronos 0.0
A advanced 2D rendering and animation system
|
Defines all thes structs for all the font types and their sizes. More...
Go to the source code of this file.
Namespaces | |
namespace | Chronos |
namespace | Chronos::Engine |
namespace | Chronos::Engine::FontStructs |
Macros | |
#define | FONT_STRUCT(type, size) |
#define | GEN_FONT_STRUCTS(type) |
Defines all thes structs for all the font types and their sizes.
Using macros, this includes the structs for all the font types and their sizes. This is so that the user can use any font type and size they want.
Font sizes range from 6 to 50.
The font types are:
Definition in file fontTypes.hpp.
#define FONT_STRUCT | ( | type, | |
size | |||
) |
Definition at line 47 of file fontTypes.hpp.
#define GEN_FONT_STRUCTS | ( | type | ) |
Definition at line 57 of file fontTypes.hpp.