downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

CairoContext::hasCurrentPoint> <CairoContext::getTolerance
Last updated: Fri, 20 May 2011

view this page in

CairoContext::glyphPath

cairo_glyph_path

(PECL cairo >= 0.1.0)

CairoContext::glyphPath -- cairo_glyph_pathEl propósito de glyphPath

Descripción

Estilo orientado a objetos

public void CairoContext::glyphPath ( array $glyphs )

Estilo por procesos

void cairo_glyph_path ( CairoContext $context , array $glyphs )

Añade trazados cerrados para los glifos al trazado actual. El trazado generado, si es relleno, realiza un efecto similar al de CairoContext::showGlyphs().

Parámetros

context

Un objeto CairoContext

glyphs

Matriz de glifos

Valores devueltos

No devuelve ningún valor.

Ejemplos

Example #1 Estilo orientado a objetos

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

El resultado del ejemplo sería algo similar a:

...

Example #2 Estilo procedural

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

El resultado del ejemplo sería algo similar a:

...



add a note add a note User Contributed Notes CairoContext::glyphPath
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites