CairoContext
PHP Manual

CairoContext::textPath

cairo_text_path

(PECL cairo >= 0.1.0)

CairoContext::textPath -- cairo_text_pathThe textPath purpose

説明

Object oriented style (method):

public void CairoContext::textPath ( string $string )

Procedural style:

void cairo_text_path ( CairoContext $context , string $text )

Description here.

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

context

Description...

text

Description...

string

Description...

返り値

Description...

例1 Object oriented style

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

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

...

例2 Procedural style

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

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

...

参考


CairoContext
PHP Manual