php man page for imagepsextendfont

Query: imagepsextendfont

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

IMAGEPSEXTENDFONT(3)							 1						      IMAGEPSEXTENDFONT(3)

imagepsextendfont - Extend or condense a font

SYNOPSIS
bool imagepsextendfont (resource $font_index, float $extend)
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.
PARAMETERS
o $font_index - A font resource, returned by imagepsloadfont(3). o $extend - Extension value, must be greater than 0.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
EXAMPLES
Example #1 imagepsextendfont(3) example <?php // Load a .pfb font file $font = imagepsloadfont('./px3l.pfb'); // Extend the font by 2.5 imagepsextendfont($font, 2.5); // Do any operations with the font here // Free the font from memory imagepsfreefont($font); ?>
CHANGELOG
+--------+---------------------------------------------------+ |Version | | | | | | | Description | | | | +--------+---------------------------------------------------+ | 7.0.0 | | | | | | | T1Lib support was removed from PHP, thrus remov- | | | ing this function. | | | | +--------+---------------------------------------------------+
NOTES
Note This function is only available if PHP is compiled using --with-t1lib[=DIR]. PHP Documentation Group IMAGEPSEXTENDFONT(3)
Related Man Pages
imagick.setfont(3) - php
imagepsextendfont(3) - php
imagepsloadfont(3) - php
imagepstext(3) - php
printer_create_font(3) - php
Similar Topics in the Unix Linux Community
Extend semget on Solaris
Extend a Filesystem with other LV
IMDBPHP 1.0.5 (Default branch)
Xterm font in JDE or Java apps in CDE
sed command to condense two lines into one