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_TEMPLATE(3) FreeBSD Library Functions Manual PS_BEGIN_TEMPLATE(3)

      uwe@steinmann.cx     
UWE STEINMANN 2003-2011Uwe SteinmannMarch 28, 2011;

PS_begin_template — Starts a new template

#include <pslib.h>

int PS_begin_template(PSDoc *psdoc, float width, float height)

Starts a new template which must be ended by PS_end_template(3). Templates are similar to macros which can be placed on a page like images. Within a template one can call any drawing function. Once a template has been ended by PS_end_template(3) it can be placed on a page by PS_place_image(3). Templates are commonly used for repeating objects like page headers in order to minimize the document size.

If image reuse is not turned off (since version 0.4.5 of pslib it is always turned on), PS_place_image(3) may also be called within a template in order to include eps or raster images.

Returns an id for referencing the template.

PS_end_template(3), PS_place_image(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.