downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

CairoContext::hasCurrentPoint> <CairoContext::getTolerance
[edit] Last updated: Fri, 24 May 2013

view this page in

CairoContext::glyphPath

cairo_glyph_path

(PECL cairo >= 0.1.0)

CairoContext::glyphPath -- cairo_glyph_pathThe glyphPath purpose

説明

オブジェクト指向型

public void CairoContext::glyphPath ( array $glyphs )

手続き型

void cairo_glyph_path ( CairoContext $context , 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().

パラメータ

context

A CairoContext object

glyphs

Array of glyphs

返り値

値を返しません。

例1 オブジェクト指向型

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

上の例の出力は、 たとえば以下のようになります。

...

例2 手続き型

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

上の例の出力は、 たとえば以下のようになります。

...



add a note add a note User Contributed Notes CairoContext::glyphPath - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites