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

search for in the

imagepstext> <imagepsloadfont
[edit] Last updated: Fri, 24 May 2013

view this page in

imagepsslantfont

(PHP 4, PHP 5)

imagepsslantfontフォントを傾ける

説明

bool imagepsslantfont ( resource $font_index , float $slant )

指定したフォントを傾けます。

パラメータ

font_index

imagepsloadfont() が返すフォントリソース。

slant

傾けのレベル。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

例1 imagepsslantfont() の例

<?php
// .pfb フォントファイルを読み込みます
$font imagepsloadfont('./px3l.pfb');

// フォントを 22.5 度傾けます
imagepsslantfont($font22.5);

// ここでフォントに対する操作をします

// フォントをメモリから開放します
imagepsfreefont($font);
?>

注意

注意: この関数は、PHP が --with-t1lib を指定してコンパイルされている場合のみ使用可能です。



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

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