MLX42 1.0
MLX42
Loading...
Searching...
No Matches
font.h File Reference
#include <stdint.h>
Include dependency graph for font.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  s_font
 

Macros

#define FONT_WIDTH   10
 
#define FONT_HEIGHT   20
 

Variables

static struct s_font font_atlas
 

Macro Definition Documentation

◆ FONT_HEIGHT

#define FONT_HEIGHT   20

Definition at line 16 of file font.h.

◆ FONT_WIDTH

#define FONT_WIDTH   10

Definition at line 15 of file font.h.

Variable Documentation

◆ font_atlas

struct s_font font_atlas
static