Claude Chappe' Curse - A C Game
Logo Institut d'Informatique Claude Chappe Logo Université de Le Mans Logo Raeptor Production
 
Loading...
Searching...
No Matches
Font Struct Reference

Represents a font. More...

#include <frame.h>

Public Attributes

TTF_Font * font
 
char path [256]
 
int size
 

Detailed Description

Represents a font.

This structure holds information about a font, including its path, size, and SDL TTF font object.

Member Data Documentation

◆ font

TTF_Font* Font::font

Pointer to the SDL TTF font object.

◆ path

char Font::path[256]

Path to the font file.

◆ size

int Font::size

Size of the font.


The documentation for this struct was generated from the following file: