Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pfbtops(1) [opendarwin man page]

PFBTOPS(1)						      General Commands Manual							PFBTOPS(1)

NAME
pfbtops - translate a PostScript font in .pfb format to ASCII SYNOPSIS
pfbtops [ pfb_file ] DESCRIPTION
pfbtops translates a PostScript font in .pfb format to ASCII. If pfb_file is omitted the pfb file will be read from the standard input. The ASCII format PostScript font will be written on the standard output. PostScript fonts for MS-DOS are normally supplied in .pfb format. The resulting ASCII format PostScript font can be used with groff. It must first be listed in /usr/share/groff/1.18.1/font/devps/download. SEE ALSO
grops(1) Groff Version 1.18.1 Apr 2002 PFBTOPS(1)

Check Out this Related Man Page

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)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies

2. OS X (Apple)

Undeletable file

Greetings, I'm trying to delete a file with a weird name from within Terminal on a Mac. It's a very old file (1992) with null characters in the name: “␀␀Word FinderÂŽ Plus™”. Here are some examples of what I've tried: 12FX009:5 dpontius$ ls ␀␀Word FinderÂŽ Plus™ 12FX009:5 dpontius$ rm... (29 Replies)
Discussion started by: dpontius
29 Replies