CAIRO_GLYPH_PATH(3) 1 CAIRO_GLYPH_PATH(3)
CairoContext::glyphPath - The glyphPath purpose
Object oriented style
SYNOPSIS
public void CairoContext::glyphPath (array $glyphs)
DESCRIPTION
Procedural 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.
PARAMETERS
o $context
- A CairoContext object
o $glyphs
- Array of glyphs
RETURN VALUES
No value is returned.
EXAMPLES
Example #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)