zscript-doc/api/drawing/GIFont.md

22 lines
197 B
Markdown

# 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 -->