GD Functions
PHP Manual

imagepsslantfont

(PHP 4, PHP 5)

imagepsslantfontSlant a font

Description

bool imagepsslantfont ( resource $font_index , float $slant )

Slant a given font given.

Parameters

font_index

A font resource, returned by imagepsloadfont().

slant

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].


GD Functions
PHP Manual