(PECL cairo >= 0.1.0)
CairoContext::glyphPath -- cairo_glyph_path — The glyphPath purpose
オブジェクト指向型
手続き型
Adds closed paths for the glyphs to the current path. The generated path if filled, achieves an effect similar to that of CairoContext::showGlyphs().
値を返しません。
例1 Object oriented style
<?php
/* ... */
?>
上の例の出力は、 たとえば以下のようになります。
...
例2 Procedural style
<?php
/* ... */
?>
上の例の出力は、 たとえば以下のようになります。
...