fontstash icon indicating copy to clipboard operation
fontstash copied to clipboard

build failure using freetype.

Open tailangjun opened this issue 8 years ago • 0 comments

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

tailangjun avatar Jul 27 '17 09:07 tailangjun