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

/inkscape/src/display/
H A Dnr-svgfonts.h41 cairo_status_t scaled_font_text_to_glyphs (cairo_scaled_font_t *scaled_font, const char *utf8, int utf8_len, cairo_glyph_t **glyphs, int *num_glyphs, cairo_text_cluster_t **clusters, int *num_clusters, cairo_text_cluster_flags_t *flags);
H A Dnr-svgfonts.cpp62 return instance->scaled_font_text_to_glyphs(scaled_font, utf8, utf8_len, glyphs, num_glyphs, clusters, num_clusters, flags);
149 SvgFont::scaled_font_text_to_glyphs (cairo_scaled_font_t */*scaled_font*/, function in class:SvgFont

Completed in 21 milliseconds