GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PS_BEGIN_GLYPH(3) FreeBSD Library Functions Manual PS_BEGIN_GLYPH(3)

      uwe@steinmann.cx     
UWE STEINMANN 2003Uwe SteinmannJul 2, 2007;

PS_begin_glyph — Starts a new glyph in a Type3 font

#include <pslib.h>

void PS_begin_glyph(PSDoc *psdoc, const char *glyphname, double wx, double llx, double lly, double urx, double ury)

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.

PS_end_glyph(3), PS_begin_font(3), PS_end_font(3)

This manual page was written by Uwe Steinmann uwe@steinmann.cx.

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.