#include <stb_truetype.h>
Public Attributes | |
unsigned char * | data |
int | fontstart |
int | glyf |
int | head |
int | hhea |
int | hmtx |
int | index_map |
int | indexToLocFormat |
int | kern |
int | loca |
int | numGlyphs |
void * | userdata |
Definition at line 639 of file stb_truetype.h.
unsigned char* stbtt_fontinfo::data |
Definition at line 642 of file stb_truetype.h.
int stbtt_fontinfo::fontstart |
Definition at line 643 of file stb_truetype.h.
int stbtt_fontinfo::glyf |
Definition at line 647 of file stb_truetype.h.
int stbtt_fontinfo::head |
Definition at line 647 of file stb_truetype.h.
int stbtt_fontinfo::hhea |
Definition at line 647 of file stb_truetype.h.
int stbtt_fontinfo::hmtx |
Definition at line 647 of file stb_truetype.h.
int stbtt_fontinfo::index_map |
Definition at line 648 of file stb_truetype.h.
int stbtt_fontinfo::indexToLocFormat |
Definition at line 649 of file stb_truetype.h.
int stbtt_fontinfo::kern |
Definition at line 647 of file stb_truetype.h.
int stbtt_fontinfo::loca |
Definition at line 647 of file stb_truetype.h.
int stbtt_fontinfo::numGlyphs |
Definition at line 645 of file stb_truetype.h.
void* stbtt_fontinfo::userdata |
Definition at line 641 of file stb_truetype.h.