Query: cairo_glyph_path
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CAIRO_GLYPH_PATH(3) 1 CAIRO_GLYPH_PATH(3) CairoContext::glyphPath - The glyphPath purpose Object oriented styleSYNOPSISpublic void CairoContext::glyphPath (array $glyphs)DESCRIPTIONProcedural style void cairo_glyph_path (CairoContext $context, array $glyphs) Adds closed paths for the glyphs to the current path. The generated path if filled, achieves an effect similar to that of CairoCon- text::showGlyphs.PARAMETERSo $context - A CairoContext object o $glyphs - Array of glyphsRETURN VALUESNo value is returned.EXAMPLESExample #1 Object oriented style <?php /* ... */ ?> The above example will output something similar to: Example #2 Procedural style <?php /* ... */ ?> The above example will output something similar to: PHP Documentation Group CAIRO_GLYPH_PATH(3)