Home
last modified time | relevance | path

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

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpdtf.h185 struct pdf_font_resource_s { struct
187 font_type FontType; /* copied from font, if any */
188 long XUID;
189 pdf_font_write_contents_proc_t write_contents;
190 gs_string BaseFont; /* (not used for Type 3) */
198 uint count; /* # of chars/CIDs */
199 double *Widths; /* [count] (not used for Type 0) */
204 gs_glyph_mark_proc_t mark_glyph;
205 void *mark_glyph_data; /* closure data */
206 union {
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpdtf.h185 struct pdf_font_resource_s { struct
187 font_type FontType; /* copied from font, if any */
188 long XUID;
189 pdf_font_write_contents_proc_t write_contents;
190 gs_string BaseFont; /* (not used for Type 3) */
198 uint count; /* # of chars/CIDs */
199 double *Widths; /* [count] (not used for Type 0) */
204 gs_glyph_mark_proc_t mark_glyph;
205 void *mark_glyph_data; /* closure data */
206 union {
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpdtf.h202 struct pdf_font_resource_s { struct
204 font_type FontType; /* copied from font, if any */
205 pdf_font_write_contents_proc_t write_contents;
206 gs_string BaseFont; /* (not used for Type 3) */
214 uint count; /* # of chars/CIDs */
215 double *Widths; /* [count] (not used for Type 0) */
216 byte *used; /* [ceil(count/8)] bitmap of chars/CIDs used */
220 gs_glyph_mark_proc_t mark_glyph;
221 void *mark_glyph_data; /* closure data */
222 union {
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpdtf.h202 struct pdf_font_resource_s { struct
204 font_type FontType; /* copied from font, if any */
205 pdf_font_write_contents_proc_t write_contents;
206 gs_string BaseFont; /* (not used for Type 3) */
214 uint count; /* # of chars/CIDs */
215 double *Widths; /* [count] (not used for Type 0) */
216 byte *used; /* [ceil(count/8)] bitmap of chars/CIDs used */
220 gs_glyph_mark_proc_t mark_glyph;
221 void *mark_glyph_data; /* closure data */
222 union {
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpdtf.h201 struct pdf_font_resource_s { struct
203 font_type FontType; /* copied from font, if any */
204 pdf_font_write_contents_proc_t write_contents;
205 gs_string BaseFont; /* (not used for Type 3) */
213 uint count; /* # of chars/CIDs */
214 double *Widths; /* [count] (not used for Type 0) */
215 byte *used; /* [ceil(count/8)] bitmap of chars/CIDs used */
219 gs_glyph_mark_proc_t mark_glyph;
220 void *mark_glyph_data; /* closure data */
221 union {
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpdtf.h201 struct pdf_font_resource_s { struct
203 font_type FontType; /* copied from font, if any */
204 pdf_font_write_contents_proc_t write_contents;
205 gs_string BaseFont; /* (not used for Type 3) */
213 uint count; /* # of chars/CIDs */
214 double *Widths; /* [count] (not used for Type 0) */
215 byte *used; /* [ceil(count/8)] bitmap of chars/CIDs used */
219 gs_glyph_mark_proc_t mark_glyph;
220 void *mark_glyph_data; /* closure data */
221 union {
[all …]