Home
last modified time | relevance | path

Searched defs:ps_spec (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A D_postscript.c32 struct ps_spec { struct
33 int filetype; /* PS or EPSF */
34 int colormode; /* FULLCOLOR or GRAY */
37 int image_width; /* width of image in pixels */
39 float page_width; /* width of page in inches */
40 float page_height; /* height of page in inches */
41 float page_margin; /* margin width */
42 int page_orient; /* LANDSCAPE or PORTRAIT */
44 int data_size; /* For miff, size of data block */
45 long fptr; /* File pointer for data size text */
[all …]