Searched refs:FT_INFO (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/extension/internal/
H A Dtext_reassemble.h134 uint32_t fi_idx; /**< index into FT_INFO fonts, for fonts added for missing glyphs */
143 ALT_SPECS *alts; /**< index into FT_INFO fonts, for fonts added for missing glyphs */
162 } FT_INFO; typedef in typeref:struct:__anon68
267 FT_INFO *fti; /**< Font info storage */
316 int TR_find_alternate_font(FT_INFO *fti, FNT_SPECS **efsp, uint32_t wc);
317 int TR_getadvance(FT_INFO *fti, FNT_SPECS *fsp, uint32_t wc, uint32_t pc, int load_flags, int kern_mode, int *ymin, int *ymax);
327 FT_INFO *ftinfo_init(void);
328 int ftinfo_make_insertable(FT_INFO *fti);
329 int ftinfo_insert(FT_INFO *fti, FNT_SPECS *fsp);
330 FT_INFO *ftinfo_releas
[all...]
H A Dtext_reassemble.c251 \param fti pointer to the FT_INFO structure, may be modified if alternate font is added
255 int TR_find_alternate_font(FT_INFO *fti, FNT_SPECS **efsp, uint32_t wc){
326 \param fti pointer to the FT_INFO structure, may be modified if alternate font is required
338 int TR_getadvance(FT_INFO *fti, FNT_SPECS *fsp, uint32_t wc, uint32_t pc, int load_flags, int kern_mode, int *ymin, int *ymax){
451 FT_INFO *fti=tri->fti;
570 \brief Initialize an FT_INFO structure. Sets up a freetype library to use in this context.
571 \returns a pointer to the FT_INFO structure created, or NULL on error.
573 FT_INFO *ftinfo_init(void){
574 FT_INFO *fti = NULL;
576 fti = (FT_INFO *)callo
[all...]

Completed in 181 milliseconds