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 |
---|
imagick.setfont(3) - php |
imagefontheight(3) - php |
imagepsfreefont(3) - php |
printer_create_font(3) - php |
ps_findfont(3) - php |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
UNIX.COM 2017 Year End Summary |
New Code Tags (Syntax Highlighting) |
Please Welcome Ravinder Singh to the Moderation Team |
Denial Of Service Attack Update |