Ember
A C++ 20 'game engine' built with SDL3 with wide platform support.
|
Go to the source code of this file.
Classes | |
struct | Texture |
struct | ember::Rectangle |
struct | Color |
struct | Glyph |
struct | Font |
Namespaces | |
ember | |
Typedefs | |
typedef struct Texture | Texture |
typedef struct Texture | Texture2D |
Functions | |
std::tuple< int, int > | CalcTextSize (const std::string &text, const Font &font, float font_size=0.0f) |
std::tuple<int,int> CalcTextSize | ( | const std::string & | text, |
const Font & | font, | ||
float | font_size = 0.0f |
||
) |