This commit is contained in:
cuu 2022-02-13 13:47:26 +08:00
parent b41cf3879e
commit 14b8e42f11

View File

@ -4,8 +4,6 @@
static const UTF32 utf32_space[2] = {' ', 0};
FT_Face face;
FT_Library ft;
bool init_ft (const char *ttf_file, FT_Face *face, FT_Library *ft,
int req_size_w,int req_size_h, char **error)