struct VG_Fontchar
Structure for the character of a font.
ELEMENTS
int index | Codepoint of the character |
char character[8] | UTF8-character |
int width | Width of the character in pixels |
int height | Height of the character in pixels |
SEE ALSO
VgaGames4 - font man-pages
Structure for the character of a font.
int index | Codepoint of the character |
char character[8] | UTF8-character |
int width | Width of the character in pixels |
int height | Height of the character in pixels |