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

PS_BEGIN_GLYPH(3)					     Library Functions Manual						 PS_BEGIN_GLYPH(3)

NAME
PS_begin_glyph -- Starts a new glyph in a Type3 font SYNOPSIS
#include <pslib.h> void PS_begin_glyph(PSDoc *psdoc, const char *glyphname, double wx, double llx, double lly, double urx, double ury) DESCRIPTION
Starts a new glyph within a Type3 font. The glyph itself can be created with a subset of the regular drawing functions like PS_lineto(3). The glyphname is abitrary but usually something found in the input encoding vector to be accessible by PS_show(3). The floating point paramters describe the widht and the lower left and upper right corner of the bounding box surrounding the glyph. Each call of PS_begin_glyph must be accompanied by a call to PS_end_glyph(3). PS_begin_glyph has been introduced in version 0.4.0 of pslib. SEE ALSO
PS_end_glyph(3), PS_begin_font(3), PS_end_font(3) AUTHOR
This manual page was written by Uwe Steinmann uwe@steinmann.cx. PS_BEGIN_GLYPH(3)
Man Page