Handbook
Glossary
cairo_glyph_extents ( cr glyphs num_glyphs extents -- )
Vocabulary
cairo
.
ffi
Inputs
cr
an
object
glyphs
an
object
num_glyphs
an
object
extents
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
cairo.ffi
LIBRARY:
cairo
FUNCTION:
void
cairo_glyph_extents
( cairo_t* cr, cairo_glyph_t* glyphs,
int
num_glyphs,
cairo_text_extents_t* extents )