CairoContext::selectFontFace

(PECL cairo >= 0.1.0)
The selectFontFace purpose
public void CairoContext::selectFontFace ( string $family [, string $slant [, string $weight ]] )

Object oriented style (method):

Procedural style:

void cairo_select_font_face ( CairoContext $context , string $family [, string $slant [, string $weight ]] )

Description here.

Parameters:
context

Description...

family

Description...

slant

Description...

weight

Description...

Returns:

Description...

This function is currently not documented; only its argument list is available.

Examples:
Object oriented style
<?php
/* ... */
?>

The above example will output something similar to:

...
Procedural style
<?php
/* ... */
?>

The above example will output something similar to:

...
doc_php
2016-02-24 15:59:04
Comments
Leave a Comment

Please login to continue.