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

Glyph. More...

#include <gf_type/font.h>

Data Fields

int code
 Character code.
 
gf_texture_ttexture
 Texture.
 
int bpl
 Bytes per line.
 
gf_font_bbox_t bbox
 Bounding box.
 
int dwidth [2]
 Device width.
 

Detailed Description

Glyph.

Definition at line 75 of file font.h.

Field Documentation

◆ bbox

gf_font_glyph_t::bbox

Bounding box.

Definition at line 75 of file font.h.

◆ bpl

gf_font_glyph_t::bpl

Bytes per line.

Definition at line 75 of file font.h.

◆ code

gf_font_glyph_t::code

Character code.

Definition at line 75 of file font.h.

◆ dwidth

gf_font_glyph_t::dwidth

Device width.

Definition at line 75 of file font.h.

◆ texture

gf_font_glyph_t::texture

Texture.

Definition at line 75 of file font.h.


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