zscript-doc/api/drawing/GIFont.md

22 lines
201 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;
}
```
2019-08-14 03:31:41 -07:00
### `Color`
2018-12-29 16:05:19 -08:00
2019-08-14 03:31:41 -07:00
The color of the font.
2018-12-29 16:05:19 -08:00
2019-08-14 03:31:41 -07:00
### `FontName`
2018-12-29 16:05:19 -08:00
2019-08-14 03:31:41 -07:00
The name of the font.
2018-12-29 16:05:19 -08:00
<!-- EOF -->