Home
last modified time | relevance | path

Searched refs:font_file (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dgx_studio_font_util.h38 int gxs_font_util_open(char *font_file, int pt, int aa, GXS_FONT_LIBRARY_HANDLE *handle);
Dgx_studio_font_util.cpp23 int gx_studio_font_util_open(const char *font_file, GXS_FONT_LIBRARY_HANDLE **handle) in gx_studio_font_util_open() argument
28 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()