CairoContext
PHP Manual

CairoContext::selectFontFace

cairo_select_font_face

(PECL cairo >= 0.1.0)

CairoContext::selectFontFace -- cairo_select_font_faceThe selectFontFace purpose

Descrizione

Stile orientato agli oggetti (method):

public void CairoContext::selectFontFace ( string $family [, string $slant [, string $weight ]] )

Stile procedurale:

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

Description here.

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

context

Description...

family

Description...

slant

Description...

weight

Description...

Valori restituiti

Description...

Esempi

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:

...

Vedere anche:


CairoContext
PHP Manual