CAIRO_SELECT_FONT_FACE(3) 1 CAIRO_SELECT_FONT_FACE(3)
CairoContext::selectFontFace - The selectFontFace purpose
Object oriented style (method):
SYNOPSIS
public void CairoContext::selectFontFace (string $family, [string $slant], [string $weight])
DESCRIPTION
Procedural style:
void cairo_select_font_face (CairoContext $context, string $family, [string $slant], [string $weight])
Description here.
Warning
This function is currently not documented; only its argument list is available.
PARAMETERS
o $context
- Description...
o $family
- Description...
o $slant
- Description...
o $weight
- Description...
RETURN VALUES
Description...
EXAMPLES
Example #1
Object oriented style
<?php
/* ... */
?>
The above example will output something similar to:
Example #2
Procedural style
<?php
/* ... */
?>
The above example will output something similar to:
SEE ALSO
Classname::Method.
PHP Documentation Group CAIRO_SELECT_FONT_FACE(3)