Home > PHP > Function > GD > imagepsextendfont()

imagepsextendfont()

imagepsextendfont - Extend or condense a font

Syntax

bool imagepsextendfont (resource $font_index, float $extend)

Arguments

  • font_index - A font resource, returned by imagepsloadfont().
  • extend - Extension value, must be greater than 0.

Description

Extend or condense a font ( font_index), if the value of the extend parameter is less than one you will be condensing the font.

Version

PHP 4, 5

Return value

Returns TRUE on success or FALSE on failure.