Handbook
Glossary
cairo_show_text_glyphs ( cr utf8 utf8_len glyphs num_glyphs clusters num_clusters cluster_flags -- )
Vocabulary
cairo
.
ffi
Inputs
cr
an
object
utf8
an
object
utf8_len
an
object
glyphs
an
object
num_glyphs
an
object
clusters
an
object
num_clusters
an
object
cluster_flags
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
cairo.ffi
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 )