CairoContext
PHP Manual

CairoContext::glyphPath

cairo_glyph_path

(PECL cairo >= 0.1.0)

CairoContext::glyphPath -- cairo_glyph_pathThe glyphPath purpose

Opis

Object oriented style (method):

public void CairoContext::glyphPath ( array $glyphs )

Procedural style:

void cairo_glyph_path ( CairoContext $context , array $glyphs )

Description here.

Ostrzeżenie

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

Parametry

context

Description...

glyphs

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