PHP » GoLang |
login |
register |
about
|
GoLang CairoContext::glyphPath
request it (328)
GoLang replacement for PHP's CairoContext::glyphPath
[edit | history]
CairoContext::glyphPathcairo_glyph_path(PECL cairo >= 0.1.0) CairoContext::glyphPath -- cairo_glyph_path — The glyphPath purpose DescriptionObject oriented style
public void CairoContext::glyphPath
( array
$glyphs
)Procedural style Adds closed paths for the glyphs to the current path. The generated path if filled, achieves an effect similar to that of CairoContext::showGlyphs(). Return ValuesNo 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: ... |
more
Recently updated
more
Most requested
more
Last requests
|