summaryrefslogtreecommitdiff
path: root/pdf/mupdf.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2011-04-15 02:39:08 +0200
committerTor Andersson <tor.andersson@artifex.com>2011-04-15 11:33:48 +0200
commit33a189cce63587e52d76bffadcd547a55818cf92 (patch)
treef2aed0a727cba285c034a1e775a5e5312fd33019 /pdf/mupdf.h
parent064d416089b0742d0397c79e011742d3bece4817 (diff)
downloadmupdf-33a189cce63587e52d76bffadcd547a55818cf92.tar.xz
Use DroidSans.ttf as substitute font.
Diffstat (limited to 'pdf/mupdf.h')
-rw-r--r--pdf/mupdf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pdf/mupdf.h b/pdf/mupdf.h
index d9d6355d..30032798 100644
--- a/pdf/mupdf.h
+++ b/pdf/mupdf.h
@@ -388,7 +388,8 @@ fz_error pdf_load_to_unicode(pdf_font_desc *font, pdf_xref *xref, char **strings
int pdf_font_cid_to_gid(pdf_font_desc *fontdesc, int cid);
unsigned char *pdf_find_builtin_font(char *name, unsigned int *len);
-unsigned char *pdf_find_builtin_cjk_font(int ros, int gothic, unsigned int *len);
+unsigned char *pdf_find_substitute_font(int mono, int serif, int bold, int italic, unsigned int *len);
+unsigned char *pdf_find_substitute_cjk_font(int ros, int serif, unsigned int *len);
fz_error pdf_load_type3_font(pdf_font_desc **fontp, pdf_xref *xref, fz_obj *rdb, fz_obj *obj);
fz_error pdf_load_font(pdf_font_desc **fontp, pdf_xref *xref, fz_obj *rdb, fz_obj *obj);