imagepsslantfont

(PHP 4, PHP 5)

imagepsslantfont��бij����

˵��

imagepsslantfont ( resource $font_index , float $slant ) : bool

�� slant ����ָ������бֵ����б font_index ����ָ�������塣

Note: �˺������� PHP ����ʱָ���� --with-t1lib[=DIR] ʱ���á�

����

font_index

A font resource, returned by imagepsloadfont().

slant

Slant level.

����ֵ

�ɹ�ʱ���� TRUE�� ������ʧ��ʱ���� FALSE��

����

Example #1 imagepsslantfont() example

<?php
// Load a .pfb font file
$font imagepsloadfont('./px3l.pfb');

// Slant the font by 22.5
imagepsslantfont($font22.5);

// Do any operations with the font here

// Free the font from memory
imagepsfreefont($font);
?>

ע��

Note: �˺������� PHP ����ʱָ���� --with-t1lib[=DIR] ʱ���á�