Searched refs:font_file (Results 1 – 2 of 2) sorted by relevance
38 int gxs_font_util_open(char *font_file, int pt, int aa, GXS_FONT_LIBRARY_HANDLE *handle);
23 int gx_studio_font_util_open(const char *font_file, GXS_FONT_LIBRARY_HANDLE **handle) in gx_studio_font_util_open() argument28 if(font_file == NULL) in gx_studio_font_util_open()44 …error = FT_New_Face(font_handle -> library, font_file, 0, &(font_handle -> face) );/* create face … in gx_studio_font_util_open()