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