cairo_show_text_glyphs ( cr utf8 utf8_len glyphs num_glyphs clusters num_clusters cluster_flags -- )


Vocabulary
cairo.ffi

Inputs
cran object
utf8an object
utf8_lenan object
glyphsan object
num_glyphsan object
clustersan object
num_clustersan object
cluster_flagsan object


Outputs
None

Definition


LIBRARY: cairo FUNCTION: void cairo_show_text_glyphs
( cairo_t* cr, 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 )