Enumerations | |
enum | g2_PS_paper { g2_A0, g2_A1, g2_A2, g2_A3, g2_A4, g2_A5, g2_A6, g2_A7, g2_A8, g2_A9, g2_B0, g2_B1, g2_B2, g2_B3, g2_B4, g2_B5, g2_B6, g2_B7, g2_B8, g2_B9, g2_B10, g2_Comm_10_Envelope, g2_C5_Envelope, g2_DL_Envelope, g2_Folio, g2_Executive, g2_Letter, g2_Legal, g2_Ledger, g2_Tabloid } |
enum | g2_PS_orientation { g2_PS_land, g2_PS_port } |
Functions | |
G2L int | g2_open_PS (const char *file_name, enum g2_PS_paper paper, enum g2_PS_orientation orientation) |
G2L int | g2_open_EPSF (const char *file_name) |
G2L int | g2_open_EPSF_CLIP (const char *file_name, long width, long height) |
|
g2 paper orientation. |
|
|
Create an encapsulated PS device.
|
|
Create an encapsulated PS device with clipping.
|
|
Create a PS device.
|