cairo_scaled_font_text_to_glyphs ( scaled_font x y utf8 utf8_len glyphs num_glyphs clusters num_clusters cluster_flags -- cairo_status_t )


Vocabulary
cairo.ffi

Inputs
scaled_fontan object
xan object
yan object
utf8an object
utf8_lenan object
glyphsan object
num_glyphsan object
clustersan object
num_clustersan object
cluster_flagsan object


Outputs
cairo_status_tan object


Definition


LIBRARY: cairo FUNCTION: cairo_status_t
cairo_scaled_font_text_to_glyphs
( cairo_scaled_font_t* scaled_font, double x, double y,
c-string utf8, int utf8_len, cairo_glyph_t** glyphs, int*
num_glyphs, cairo_text_cluster_t** clusters, int*
num_clusters, cairo_text_cluster_flags_t* cluster_flags )