CairoContext
PHP Manual

CairoContext::textPath

cairo_text_path

(PECL cairo >= 0.1.0)

CairoContext::textPath -- cairo_text_pathThe textPath purpose

Opis

Object oriented style (method):

public void CairoContext::textPath ( string $string )

Procedural style:

void cairo_text_path ( CairoContext $context , string $text )

Description here.

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

context

Description...

text

Description...

string

Description...

Zwracane wartości

Description...

Przykłady

Przykład #1 Object oriented style

<?php
/* ... */
?>

Powyższy przykład wyświetli coś podobnego do:

...

Przykład #2 Procedural style

<?php
/* ... */
?>

Powyższy przykład wyświetli coś podobnego do:

...

Zobacz też:


CairoContext
PHP Manual