summaryrefslogtreecommitdiff
path: root/src/cairo-pdf-operators-private.h
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2010-10-01 17:55:02 +0930
committerAdrian Johnson <ajohnson@redneon.com>2010-10-01 19:15:26 +0930
commit807e690de4fda63a42a49a4342b563a6d54377ce (patch)
treefd815e676ed8578fff464aacc9d700543e1a432c /src/cairo-pdf-operators-private.h
parentf1ca978032e973c4dc5cfa385074dea675a6c76d (diff)
downloadcairo-807e690de4fda63a42a49a4342b563a6d54377ce.tar.gz
pdf-operators: output (abc) style strings when font is latin
Diffstat (limited to 'src/cairo-pdf-operators-private.h')
-rw-r--r--src/cairo-pdf-operators-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cairo-pdf-operators-private.h b/src/cairo-pdf-operators-private.h
index 95d4d53ca..1f5ee1768 100644
--- a/src/cairo-pdf-operators-private.h
+++ b/src/cairo-pdf-operators-private.h
@@ -81,6 +81,7 @@ typedef struct _cairo_pdf_operators {
double cur_x; /* Current position in PDF text space (Tm in the PDF reference) */
double cur_y;
int hex_width;
+ cairo_bool_t is_latin;
int num_glyphs;
cairo_pdf_glyph_t glyphs[PDF_GLYPH_BUFFER_SIZE];