(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
/* ... */
?>
위 예제의 출력 예시:
...