![]() |
Xyris
0.5
|
#include <stdint.h>
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) |
Definition in file font.hpp.