GoldFish Engine
Quite simple and lightweight game engine
Loading...
Searching...
No Matches
gf_font_t Struct Reference

Font. More...

#include <gf_type/font.h>

Data Fields

gf_font_glyph_t ** glyph
 Glyph data.
 
int count
 Glyph count.
 
gf_font_bbox_t bbox
 Bounding box.
 

Detailed Description

Font.

Definition at line 115 of file font.h.

Field Documentation

◆ bbox

gf_font_t::bbox

Bounding box.

Definition at line 115 of file font.h.

◆ count

gf_font_t::count

Glyph count.

Definition at line 115 of file font.h.

◆ glyph

gf_font_t::glyph

Glyph data.

Definition at line 115 of file font.h.


The documentation for this struct was generated from the following file: