Home > PHP > Function > GD > imagepsslantfont()

imagepsslantfont()

imagepsslantfont - Slant a font

Syntax

bool imagepsslantfont (resource $font_index, float $slant)

Arguments

  • font_index - A font resource, returned by imagepsloadfont().
  • slant - Slant level.

Description

Slant a given font given.

Version

PHP 4, 5

Return value

Returns TRUE on success or FALSE on failure.