memononen/fontstash

build failure using freetype.

tailangjun opened this issue · 0 comments

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