summaryrefslogtreecommitdiff
path: root/src/cairo-type3-glyph-surface-private.h
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2008-09-11 08:38:39 +0930
committerAdrian Johnson <ajohnson@redneon.com>2008-09-11 08:38:39 +0930
commitc3663324fd417a281e9cd872aa1d60101ff4602b (patch)
tree910793a710d7135b2ce3ec41142fd9d0ef4ec6b0 /src/cairo-type3-glyph-surface-private.h
parentb74533b5a56c1d063f288343f2e8e484f3c6571f (diff)
downloadcairo-c3663324fd417a281e9cd872aa1d60101ff4602b.tar.gz
Add _cairo_type3_glyph_surface_analyze_glyph()
This function emits the glyph to a null stream with the side effect that other glyphs referenced by this user-font glyph will be added to the font subsets.
Diffstat (limited to 'src/cairo-type3-glyph-surface-private.h')
-rw-r--r--src/cairo-type3-glyph-surface-private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cairo-type3-glyph-surface-private.h b/src/cairo-type3-glyph-surface-private.h
index 47aba01c8..18538970a 100644
--- a/src/cairo-type3-glyph-surface-private.h
+++ b/src/cairo-type3-glyph-surface-private.h
@@ -63,6 +63,10 @@ _cairo_type3_glyph_surface_create (cairo_scaled_font_t *scaled_font,
cairo_type3_glyph_surface_emit_image_t emit_image);
cairo_private cairo_status_t
+_cairo_type3_glyph_surface_analyze_glyph (void *abstract_surface,
+ unsigned long glyph_index);
+
+cairo_private cairo_status_t
_cairo_type3_glyph_surface_emit_notdef_glyph (void *abstract_surface,
cairo_output_stream_t *stream,
cairo_box_t *bbox,