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