RetroArch
Public Attributes | List of all members
stbtt_fontinfo Struct Reference

#include <stb_truetype.h>

Public Attributes

voiduserdata
 
unsigned char * data
 
int fontstart
 
int numGlyphs
 
int loca
 
int head
 
int glyf
 
int hhea
 
int hmtx
 
int kern
 
int index_map
 
int indexToLocFormat
 

Member Data Documentation

◆ data

unsigned char* stbtt_fontinfo::data

◆ fontstart

int stbtt_fontinfo::fontstart

◆ glyf

int stbtt_fontinfo::glyf

◆ head

int stbtt_fontinfo::head

◆ hhea

int stbtt_fontinfo::hhea

◆ hmtx

int stbtt_fontinfo::hmtx

◆ index_map

int stbtt_fontinfo::index_map

◆ indexToLocFormat

int stbtt_fontinfo::indexToLocFormat

◆ kern

int stbtt_fontinfo::kern

◆ loca

int stbtt_fontinfo::loca

◆ numGlyphs

int stbtt_fontinfo::numGlyphs

◆ userdata

void* stbtt_fontinfo::userdata

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