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)
| Related Man Pages |
|---|
| cairo_curve_to(3) - php |
| cairo_clip_preserve(3) - php |
| cairo_close_path(3) - php |
| cairo_copy_path_flat(3) - php |
| cairo_fill(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Rules for Homework & Coursework Questions Forum |
| Please Welcome Don Cragun as Lead Moderator |
| Status of UNIX.COM Forum Transformation |
| Please Welcome Nicki Paul to the Moderator Team! |