Xyris  0.5
font.hpp File Reference
#include <stdint.h>
+ Include dependency graph for font.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Graphics
 
 Graphics::Font
 

Macros

#define FONT_WIDTH   8
 
#define FONT_HEIGHT   8
 

Functions

void Graphics::Font::Draw (char c, uint32_t x, uint32_t y, uint32_t fore)
 
void Graphics::Font::Draw (char c, uint32_t x, uint32_t y, uint32_t fore, uint32_t back)
 

Detailed Description

Author
Keeton Feavel (keeto.nosp@m.nfea.nosp@m.vel@c.nosp@m.edar.nosp@m.ville.nosp@m..edu)
Version
0.1
Date
2021-07-25

Definition in file font.hpp.

Macro Definition Documentation

◆ FONT_HEIGHT

#define FONT_HEIGHT   8

Definition at line 15 of file font.hpp.

◆ FONT_WIDTH

#define FONT_WIDTH   8

Definition at line 14 of file font.hpp.