update : 2015.11.03
php.shukuma.com검색:
|
CairoContext::glyphPathcairo_glyph_path(PECL cairo >= 0.1.0) CairoContext::glyphPath -- cairo_glyph_path — The glyphPath purpose 설명객체 기반 형식
public void CairoContext::glyphPath
( array
$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 위 예제의 출력 예시: ... |