zscript-doc/api/drawing/GIFont.md

22 lines
203 B
Markdown
Raw Normal View History

2018-12-29 16:05:19 -08:00
# GIFont
A font as defined in `MAPINFO`/GameInfo.
```
struct GIFont
{
name Color;
name FontName;
}
```
- `Color`
The color of the font.
- `FontName`
The name of the font.
<!-- EOF -->