summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/font.h
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2013-10-09 13:59:51 +0100
committerRobin Watts <robin.watts@artifex.com>2013-10-09 14:54:52 +0100
commit4338ecbcb672f5b7bc988980c7dc0232efe625d0 (patch)
treef2cc93766038bc4e57783bcba0f894910134b507 /include/mupdf/fitz/font.h
parent9ea6ca1c95f5dbfd4db20369618f095ded634027 (diff)
downloadmupdf-4338ecbcb672f5b7bc988980c7dc0232efe625d0.tar.xz
SVG: Support Type3 fonts and stroked fonts.
Diffstat (limited to 'include/mupdf/fitz/font.h')
-rw-r--r--include/mupdf/fitz/font.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mupdf/fitz/font.h b/include/mupdf/fitz/font.h
index 38f6c697..f83c3885 100644
--- a/include/mupdf/fitz/font.h
+++ b/include/mupdf/fitz/font.h
@@ -78,6 +78,8 @@ void fz_set_font_bbox(fz_context *ctx, fz_font *font, float xmin, float ymin, fl
fz_rect *fz_bound_glyph(fz_context *ctx, fz_font *font, int gid, const fz_matrix *trm, fz_rect *r);
int fz_glyph_cacheable(fz_context *ctx, fz_font *font, int gid);
+void fz_run_t3_glyph(fz_context *ctx, fz_font *font, int gid, const fz_matrix *trm, struct fz_device_s *dev);
+
void fz_decouple_type3_font(fz_context *ctx, fz_font *font, void *t3doc);
#ifndef NDEBUG