(PECL cairo >= 0.1.0)
CairoContext::selectFontFace -- cairo_select_font_face — The selectFontFace purpose
Stile orientato agli oggetti (method):
$family
   [, string $slant
   [, string $weight
   ]] )Stile procedurale:
$context
   , string $family
   [, string $slant
   [, string $weight
  ]] )Description here.
Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.
contextDescription...
familyDescription...
slantDescription...
weightDescription...
Description...
Example #1 Stile orientato agli oggetti
<?php
/* ... */
?>
Il precedente esempio visualizzerà qualcosa simile a:
...
Example #2 Stile procedurale
<?php
/* ... */
?>
Il precedente esempio visualizzerà qualcosa simile a:
...