MTek-GDL 0.100.4-muffintrap
Loading...
Searching...
No Matches
mgdl-defaultfont.h
Go to the documentation of this file.
1#pragma once
2
8#include <mgdl/mgdl-font.h>
9
10#ifdef __cplusplus
11extern "C"
12{
13#endif
14
21
22#ifdef __cplusplus
23}
24#endif
Font * DefaultFont_GetDefaultFont(void)
Returns pointer to the Font which is always loaded.
Definition mgdl-defaultfont.cpp:532
Class for loading fonts and drawing text with them.
Represents a font that can be used to draw text.
Definition mgdl-font.h:16