(PECL cairo >= 0.1.0)
CairoContext::selectFontFace -- cairo_select_font_face — The selectFontFace purpose
オブジェクト指向型 (method):
$family
[, string $slant
[, string $weight
]] )手続き型:
$context
, string $family
[, string $slant
[, string $weight
]] )Description here.
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
context
Description...
family
Description...
slant
Description...
weight
Description...
Description...
例1 オブジェクト指向型
<?php
/* ... */
?>
上の例の出力は、 たとえば以下のようになります。
...
例2 手続き型
<?php
/* ... */
?>
上の例の出力は、 たとえば以下のようになります。
...