D | example.cpp | 34 FT_Library library; // TODO: this should not be a global variable 55 error = FT_New_Face(library, fn, 0, &face); in makeFontCollection() 67 error = FT_New_Face(library, fn, 0, &face); in makeFontCollection() 77 FT_Error error = FT_Init_FreeType(&library); in runMinikinTest()
|