(PHP 4, PHP 5)
imagepsslantfont — ��бij����
$font_index
, float $slant
) : bool
�� slant
����ָ������бֵ����б
font_index
����ָ�������塣
Note: �˺������� PHP ����ʱָ���� --with-t1lib[=DIR] ʱ���á�
�ɹ�ʱ���� TRUE
�� ������ʧ��ʱ���� FALSE
��
Example #1 imagepsslantfont() example
<?php
// Load a .pfb font file
$font = imagepsloadfont('./px3l.pfb');
// Slant the font by 22.5
imagepsslantfont($font, 22.5);
// Do any operations with the font here
// Free the font from memory
imagepsfreefont($font);
?>
Note: �˺������� PHP ����ʱָ���� --with-t1lib[=DIR] ʱ���á�