Represents a font. More...
#include <frame.h>
Public Attributes | |
TTF_Font * | font |
char | path [256] |
int | size |
Represents a font.
This structure holds information about a font, including its path, size, and SDL TTF font object.
TTF_Font* Font::font |
Pointer to the SDL TTF font object.
char Font::path[256] |
Path to the font file.
int Font::size |
Size of the font.