memononen / fontstash

Light-weight online font texture atlas builder
zlib License
688 stars 88 forks source link

build failure using freetype. #33

Open tailangjun opened 7 years ago

tailangjun commented 7 years ago

static int fons__tt_init() { FT_Error ftError; FONS_NOTUSED(context); ---- wrong. ftError = FT_Init_FreeType(&ftLibrary); return ftError == 0; }