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 fontSYNOPSISbool imagepsfreefont (resource $font_index)DESCRIPTIONimagepsfreefont(3) frees memory used by a PostScript Type 1 font.PARAMETERSo $font_index - A font resource, returned by imagepsloadfont(3).RETURN VALUESReturns TRUE on success or FALSE on failure.EXAMPLESExample #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. | | | | +--------+---------------------------------------------------+NOTESNote This function is only available if PHP is compiled using --with-t1lib[=DIR].SEE ALSOimagepsloadfont(3). PHP Documentation Group IMAGEPSFREEFONT(3)
Related Man Pages |
---|
cfftot1(1) - debian |
imagick.setfont(3) - php |
highlight_string(3) - php |
imagefontwidth(3) - php |
imagepsextendfont(3) - php |