summaryrefslogtreecommitdiff
path: root/src/cairo-pdf-surface-private.h
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2008-06-29 19:55:41 +0930
committerAdrian Johnson <ajohnson@redneon.com>2008-06-29 19:55:41 +0930
commit22facbe66e5fd72c6c5ce780d3699fe7a63dc7fb (patch)
tree40485ac4f5bc35f81be8a98d37a9a772c78e5c9d /src/cairo-pdf-surface-private.h
parent770b7c9a74e3497692020255686c5c5b4e38001e (diff)
downloadcairo-22facbe66e5fd72c6c5ce780d3699fe7a63dc7fb.tar.gz
Add show_text_glyphs to PDF surface
Diffstat (limited to 'src/cairo-pdf-surface-private.h')
-rw-r--r--src/cairo-pdf-surface-private.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cairo-pdf-surface-private.h b/src/cairo-pdf-surface-private.h
index 711afb5aa..a2962f848 100644
--- a/src/cairo-pdf-surface-private.h
+++ b/src/cairo-pdf-surface-private.h
@@ -90,8 +90,13 @@ typedef struct _cairo_pdf_smask_group
cairo_stroke_style_t *style;
cairo_matrix_t ctm;
cairo_matrix_t ctm_inverse;
+ char *utf8;
+ int utf8_len;
cairo_glyph_t *glyphs;
int num_glyphs;
+ cairo_text_cluster_t *clusters;
+ int num_clusters;
+ cairo_bool_t backward;
cairo_scaled_font_t *scaled_font;
} cairo_pdf_smask_group_t;