Searched refs:GXS_FONT_LIBRARY_HANDLE (Results 1 – 2 of 2) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | gx_studio_font_util.h | 35 } GXS_FONT_LIBRARY_HANDLE; typedef 38 int gxs_font_util_open(char *font_file, int pt, int aa, GXS_FONT_LIBRARY_HANDLE *handle); 39 int gxs_font_util_get_glyph(GXS_FONT_LIBRARY_HANDLE handle, int glyph_index, int pt, int aa, GXS_FO… 40 int gxs_font_util_close(GXS_FONT_LIBRARY_HANDLE handle);
|
| D | gx_studio_font_util.cpp | 23 int gx_studio_font_util_open(const char *font_file, GXS_FONT_LIBRARY_HANDLE **handle) in gx_studio_font_util_open() 26 GXS_FONT_LIBRARY_HANDLE *font_handle; in gx_studio_font_util_open() 31 font_handle = (GXS_FONT_LIBRARY_HANDLE*)malloc(sizeof(GXS_FONT_LIBRARY_HANDLE)); in gx_studio_font_util_open() 35 memset(font_handle, 0, sizeof(GXS_FONT_LIBRARY_HANDLE)); in gx_studio_font_util_open() 61 int gx_studio_font_util_get_glyph(GXS_FONT_LIBRARY_HANDLE *font_handle, int font_index, int pt, int… in gx_studio_font_util_get_glyph() 114 int gx_studio_font_util_get_kerning_info(GXS_FONT_LIBRARY_HANDLE *font_handle, int font_index, in gx_studio_font_util_get_kerning_info() 214 void gx_studio_font_util_close(GXS_FONT_LIBRARY_HANDLE *font_handle) in gx_studio_font_util_close() 626 void GetFontMetrics(GXS_FONT_LIBRARY_HANDLE *handle, in GetFontMetrics() 671 GX_FONT *MakeFontPage(GXS_FONT_LIBRARY_HANDLE *handle, in MakeFontPage() 843 GXS_FONT_LIBRARY_HANDLE *handle; in MakeFont() [all …]
|