CairoContext::glyphPath

cairo_glyph_path

(PECL cairo >= 0.1.0)

CairoContext::glyphPath -- cairo_glyph_pathThe glyphPath purpose

˵��

���������

public CairoContext::glyphPath ( array $glyphs ) : void

���̻����

cairo_glyph_path ( CairoContext $context , array $glyphs ) : void

Adds closed paths for the glyphs to the current path. The generated path if filled, achieves an effect similar to that of CairoContext::showGlyphs().

����

context

A CairoContext object

glyphs

Array of glyphs

����ֵ

û�з���ֵ��

����

Example #1 ���������

<?php
/* ... */
?>

�������̵���������ڣ�

...

Example #2 ���̻����

<?php
/* ... */
?>

�������̵���������ڣ�

...