Searched defs:FAPI_font_s (Results 1 – 1 of 1) sorted by relevance
85 struct FAPI_font_s { struct87 void *server_font_data;88 bool need_decrypt;90 const gs_memory_t *memory;91 const char *font_file_path;92 int subfont;93 bool is_type1; /* Only for non-disk fonts; dirty for disk fonts. */94 bool is_cid;95 bool is_mtx_skipped; /* Ugly. UFST needs only */119 typedef struct FAPI_font_scale_s { argument