Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ps_symbol(3) [debian man page]

PS_SYMBOL(3)						     Library Functions Manual						      PS_SYMBOL(3)

NAME
PS_symbol -- Output glyph at a certain position in the font encoding vector SYNOPSIS
#include <pslib.h> void PS_symbol(PSDoc *psdoc, unsigned char c) DESCRIPTION
Output the glyph at position c in the font encoding vector of the current font. The font encoding for a font can be set when loading the font with PS_findfont(). SEE ALSO
PS_glyph_show(3), PS_findfont(3), PS_symbol_width(3), PS_symbol_name(3) AUTHOR
This manual page was written by Uwe Steinmann uwe@steinmann.cx. PS_SYMBOL(3)

Check Out this Related Man Page

T1TESTPAGE(1)						      General Commands Manual						     T1TESTPAGE(1)

NAME
t1testpage - create a PostScript proof for a Type 1 font SYNOPSIS
t1testpage [font...] DESCRIPTION
T1testpage creates a PostScript proof document for the specified Type 1 font file and writes it to the standard output. The proof shows every glyph in the font, including its glyph name and encoding. The font argument should be the name of a PFA or PFB font file. If more than one font is given, the output proof contains all the fonts in order. If font is omitted, t1testpage will read a font file from the standard input. T1testpage is preliminary software. OPTIONS
-g glyphs, --glyph=glyphs Print only glyphs matching glyphs. The argument is a glyph pattern, using shell-like matching rules; thus, -g 'A*' will match the glyphs 'A', 'Atilde', and 'Ampersand', among others. You can give this option multiple times, or supply multiple space-separated pat- terns in a single option. -s, --smoke Print smoke proofs, one glyph per page. This option is preliminary. -o file, --output=file Write the output proof to file instead of the standard output. -h, --help Print usage information and exit. -v, --version Print the version number and some short non-warranty information and exit. AUTHOR
Eddie Kohler (ekohler@gmail.com) Version 2.92 LCDF Typetools T1TESTPAGE(1)
Man Page