(PECL cairo >= 0.1.0)
CairoContext::glyphPath -- cairo_glyph_path — The glyphPath purpose
Estilo orientado a objetos
Estilo de procedimentos
Adds closed paths for the glyphs to the current path. The generated path if filled, achieves an effect similar to that of CairoContext::showGlyphs().
Não há valor retornado.
Exemplo #1 Object oriented style
<?php
/* ... */
?>
O exemplo acima irá imprimir algo similar a:
...
Exemplo #2 Procedural style
<?php
/* ... */
?>
O exemplo acima irá imprimir algo similar a:
...