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

Internal struct used for parsing. More...

#include <gf_type/font.h>

Data Fields

int glyph_index
 Current glyph index.
 
int line_index
 
unsigned char * buffer
 Glyph buffer.
 

Detailed Description

Internal struct used for parsing.

Definition at line 43 of file font.h.

Field Documentation

◆ buffer

gf_font_store_t::buffer

Glyph buffer.

Definition at line 43 of file font.h.

◆ glyph_index

gf_font_store_t::glyph_index

Current glyph index.

Current line index of glyph.

Definition at line 43 of file font.h.

◆ line_index

int gf_font_store_t::line_index

Definition at line 43 of file font.h.


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