php man page for imagepsfreefont

Query: imagepsfreefont

OS: php

Section: 3

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

IMAGEPSFREEFONT(3)							 1							IMAGEPSFREEFONT(3)

imagepsfreefont - Free memory used by a PostScript Type 1 font

SYNOPSIS
bool imagepsfreefont (resource $font_index)
DESCRIPTION
imagepsfreefont(3) frees memory used by a PostScript Type 1 font.
PARAMETERS
o $font_index - A font resource, returned by imagepsloadfont(3).
RETURN VALUES
Returns TRUE on success or FALSE on failure.
EXAMPLES
Example #1 imagepsfreefont(3) example <?php // Load a .pfb font file $font = imagepsloadfont('./bchbi.pfb'); // 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].
SEE ALSO
imagepsloadfont(3). PHP Documentation Group IMAGEPSFREEFONT(3)
Related Man Pages
imagepsslantfont(3) - php
imagick.setfont(3) - php
imagepsfreefont(3) - php
imagepstext(3) - php
ps_findfont(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
User Guide: Posting in the Emergency Forum
Forum Video Tutorial: How to Use Code Tags
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
Please Welcome Nicki Paul to the Moderator Team!