Represents a character in the font.
More...
Represents a character in the font.
Definition at line 71 of file font.c.
◆ adv_x
| GLfloat glFontGlyph::adv_x |
X advancement on the screen.
Definition at line 73 of file font.c.
◆ codepoint
| uint32_t glFontGlyph::codepoint |
Real character.
Definition at line 72 of file font.c.
◆ ft_index
| int glFontGlyph::ft_index |
HACK: Index into the array of fallback fonts.
Definition at line 75 of file font.c.
Number of distance units corresponding to 1 "pixel".
Definition at line 74 of file font.c.
◆ next
Stored as a linked list.
Definition at line 78 of file font.c.
◆ tex_index
| int glFontGlyph::tex_index |
Might be on different texture.
Definition at line 76 of file font.c.
◆ vbo_id
| GLushort glFontGlyph::vbo_id |
VBO index to use.
Definition at line 77 of file font.c.
The documentation for this struct was generated from the following file:
- /builddir/build/BUILD/naev-0.11.5/src/font.c