(PECL cairo >= 0.1.0)
CairoContext::selectFontFace -- cairo_select_font_face — The selectFontFace purpose
Objektorientierter Stil (method):
$family
[, string $slant
[, string $weight
]] )Prozeduraler Stil:
$context
, string $family
[, string $slant
[, string $weight
]] )Description here.
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.
context
Description...
family
Description...
slant
Description...
weight
Description...
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:
...