Lines Matching defs:ps_status
55 struct ps_status struct
58 unsigned int columnsperline; /* Characters per output line */
59 unsigned long wxperline; /* Points per output line */
60 int linesperpage; /* Lines per page */
61 float title_bar_height; /* Height of the bar for v. pages title */
62 int title_font_size; /* Font size for the main title */
63 uchar * magic_number; /* The very first line of a PS file */
64 uchar * page_label_format; /* User string for %%Page: (here) */
66 struct encoding * opened_encoding;/* Current encoding dict opened */
69 int page_are_ordered; /* It might not be the case because of
71 hash_table * needed_resources;/* such as fonts etc. */
72 hash_table * supplied_resources;/* such as fonts etc. */
73 hash_table * colors; /* such as fonts etc. */
97 struct ps_status * new_ps_status PARAMS ((void)); argument