Handbook
Glossary
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_font
an
object
x
an
object
y
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
cairo_status_t
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
cairo.ffi
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 )