Home
last modified time | relevance | path

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

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpdts.h95 struct pdf_text_state_s { struct
97 pdf_text_state_values_t in; /* see above */
99 pdf_text_buffer_t buffer;
100 int wmode; /* WMode of in.font */
102 pdf_text_state_values_t out; /* see above */
104 bool use_leading; /* if true, use T* or ' */
105 bool continue_line;
106 gs_point line_start;
107 gs_point out_pos; /* output position */
108 double PaintType0Width;
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpdts.h95 struct pdf_text_state_s { struct
97 pdf_text_state_values_t in; /* see above */
99 pdf_text_buffer_t buffer;
100 int wmode; /* WMode of in.font */
102 pdf_text_state_values_t out; /* see above */
104 bool use_leading; /* if true, use T* or ' */
105 bool continue_line;
106 gs_point line_start;
107 gs_point out_pos; /* output position */
108 double PaintType0Width;
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpdts.c72 struct pdf_text_state_s { struct
74 pdf_text_state_values_t in; /* see above */
75 gs_point start; /* in.txy as of start of buffer */
76 pdf_text_buffer_t buffer;
77 int wmode; /* WMode of in.font */
79 pdf_text_state_values_t out; /* see above */
81 bool use_leading; /* if true, use T* or ' */
82 bool continue_line;
83 gs_point line_start;
84 gs_point out_pos; /* output position */
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpdts.c74 struct pdf_text_state_s { struct
76 pdf_text_state_values_t in; /* see above */
77 gs_point start; /* in.txy as of start of buffer */
78 pdf_text_buffer_t buffer;
79 int wmode; /* WMode of in.font */
81 pdf_text_state_values_t out; /* see above */
83 bool use_leading; /* if true, use T* or ' */
84 bool continue_line;
85 gs_point line_start;
86 gs_point out_pos; /* output position */
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpdts.c74 struct pdf_text_state_s { struct
76 pdf_text_state_values_t in; /* see above */
77 gs_point start; /* in.txy as of start of buffer */
78 pdf_text_buffer_t buffer;
79 int wmode; /* WMode of in.font */
81 pdf_text_state_values_t out; /* see above */
83 bool use_leading; /* if true, use T* or ' */
84 bool continue_line;
85 gs_point line_start;
86 gs_point out_pos; /* output position */
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpdts.c72 struct pdf_text_state_s { struct
74 pdf_text_state_values_t in; /* see above */
75 gs_point start; /* in.txy as of start of buffer */
76 pdf_text_buffer_t buffer;
77 int wmode; /* WMode of in.font */
79 pdf_text_state_values_t out; /* see above */
81 bool use_leading; /* if true, use T* or ' */
82 bool continue_line;
83 gs_point line_start;
84 gs_point out_pos; /* output position */
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevpdfx.h261 typedef struct pdf_text_state_s { struct
263 float character_spacing; /* Tc */
264 pdf_font_t *font; /* for Tf */
265 floatp size; /* for Tf */
266 float word_spacing; /* Tw */
267 float leading; /* TL */
269 int render_mode; /* Tr */
272 gs_point line_start;
273 gs_point current;
275 byte buffer[max_text_buffer];
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevpdfx.h261 typedef struct pdf_text_state_s { struct
263 float character_spacing; /* Tc */
264 pdf_font_t *font; /* for Tf */
265 floatp size; /* for Tf */
266 float word_spacing; /* Tw */
267 float leading; /* TL */
269 int render_mode; /* Tr */
272 gs_point line_start;
273 gs_point current;
275 byte buffer[max_text_buffer];
[all …]