zscript-doc/api/drawing/GIFont.md

22 lines
197 B
Markdown
Raw Permalink Normal View History

2018-12-29 16:05:19 -08:00
# GIFont
A font as defined in `MAPINFO`/GameInfo.
```
struct GIFont
{
2019-08-14 03:32:51 -07:00
name Color;
name FontName;
2018-12-29 16:05:19 -08:00
}
```
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 -->