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