CairoContext::glyphPath
cairo_glyph_path
(PECL cairo >= 0.1.0)
CairoContext::glyphPath -- cairo_glyph_path — The glyphPath purpose
Descrição
Estilo orientado à objeto
public void CairoContext::glyphPath
( array
$glyphs
)Estilo procedural
Adds closed paths for the glyphs to the current path. The generated path if filled, achieves an effect similar to that of CairoContext::showGlyphs().
Valor Retornado
Não há valor retornado.
Exemplos
Example #1 Estilo orientado à objeto
<?php
/* ... */
?>
O exemplo acima irá imprimir algo similar à:
...
Example #2 Estilo procedural
<?php
/* ... */
?>
O exemplo acima irá imprimir algo similar à:
...