Handbook
Glossary
cairo_toy_font_face_create ( family slant weight -- cairo_font_face_t* )
Vocabulary
cairo
.
ffi
Inputs
family
an
object
slant
an
object
weight
an
object
Outputs
cairo_font_face_t*
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
cairo.ffi
LIBRARY:
cairo
FUNCTION:
cairo_font_face_t*
cairo_toy_font_face_create
(
c-string
family,
cairo_font_slant_t
slant,
cairo_font_weight_t
weight )