(PECL cairo >= 0.1.0)
CairoContext::selectFontFace -- cairo_select_font_face — The selectFontFace purpose
Objektorientierter Stil (method):
$family
   [, int $slant
   [, int $weight
   ]] )Prozeduraler Stil:
$context
   , string $family
   [, int $slant
   [, int $weight
  ]] )Description here.
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.
contextDescription...
familyDescription...
slantDescription...
weightDescription...
Description...
Beispiel #1 Objektorientierter Stil
<?php
/* ... */
?>
Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:
...
Beispiel #2 Prozeduraler Stil
<?php
/* ... */
?>
Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:
...