(PECL cairo >= 0.1.0)
CairoContext::glyphPath -- cairo_glyph_path — The glyphPath purpose
面向对象风格
$glyphs
)过程化风格
Adds closed paths for the glyphs to the current path. The generated path if filled, achieves an effect similar to that of CairoContext::showGlyphs().
没有返回值。
Example #1 面向对象风格
<?php
/* ... */
?>
以上例程的输出类似于:
...
Example #2 过程化风格
<?php
/* ... */
?>
以上例程的输出类似于:
...