imagepsslantfont
(PHP 4, PHP 5)
imagepsslantfont — Slant a font
Description
bool imagepsslantfont
( resource $font_index
, float $slant
)
Parameters
-
font_index
-
A font resource, returned by imagepsloadfont().
-
slant
-
Slant level.
Return Values
Returns TRUE on success or FALSE on failure.
Notes
Note: This function is only available
if PHP is compiled using --with-t1lib[=DIR].