Lines Matching defs:termp_ps
61 struct termp_ps { struct
62 int flags;
67 size_t pscol; /* visible column (AFM units) */
68 size_t pscolnext; /* used for overstrike */
69 size_t psrow; /* visible row (AFM units) */
70 size_t lastrow; /* psrow of the previous word */
71 char *psmarg; /* margin buf */
72 size_t psmargsz; /* margin buf size */
73 size_t psmargcur; /* cur index in margin buf */
74 char last; /* last non-backspace seen */
75 enum termfont lastf; /* last set font */
76 enum termfont nextf; /* building next font here */
77 size_t scale; /* font scaling factor */
78 size_t pages; /* number of pages shown */
79 size_t lineheight; /* line height (AFM units) */
80 size_t top; /* body top (AFM units) */
81 size_t bottom; /* body bottom (AFM units) */
82 const char *medianame; /* for DocumentMedia and PageSize */
83 size_t height; /* page height (AFM units */
84 size_t width; /* page width (AFM units) */
85 size_t lastwidth; /* page width before last ll */
86 size_t left; /* body left (AFM units) */
87 size_t header; /* header pos (AFM units) */
88 size_t footer; /* footer pos (AFM units) */
89 size_t pdfbytes; /* current output byte */
90 size_t pdflastpg; /* byte of last page mark */
91 size_t pdfbody; /* start of body object */
92 size_t *pdfobjs; /* table of object offsets */
93 size_t pdfobjsz; /* size of pdfobjs */