summaryrefslogtreecommitdiff
path: root/include/mupdf/pdf/font.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2014-07-16 17:07:19 +0200
committerTor Andersson <tor.andersson@artifex.com>2014-07-17 16:17:51 +0200
commit2a1a79c623636c8cf47a96ca8424174a9283aa10 (patch)
treee7f0266154c0481f754240a5906b3b8b7ee79d58 /include/mupdf/pdf/font.h
parentc10b594931c53b9989184b44a12d9acc1f28deb6 (diff)
downloadmupdf-2a1a79c623636c8cf47a96ca8424174a9283aa10.tar.xz
Improve callback for loading substitute CJK fonts to return TTC index.
Diffstat (limited to 'include/mupdf/pdf/font.h')
-rw-r--r--include/mupdf/pdf/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/pdf/font.h b/include/mupdf/pdf/font.h
index 73075a7c..c1576483 100644
--- a/include/mupdf/pdf/font.h
+++ b/include/mupdf/pdf/font.h
@@ -105,7 +105,7 @@ int pdf_font_cid_to_gid(fz_context *ctx, pdf_font_desc *fontdesc, int cid);
unsigned char *pdf_lookup_builtin_font(const char *name, unsigned int *len);
unsigned char *pdf_lookup_substitute_font(int mono, int serif, int bold, int italic, unsigned int *len);
-unsigned char *pdf_lookup_substitute_cjk_font(int ros, int serif, unsigned int *len);
+unsigned char *pdf_lookup_substitute_cjk_font(int ros, int serif, int wmode, unsigned int *len, int *index);
pdf_font_desc *pdf_load_type3_font(pdf_document *doc, pdf_obj *rdb, pdf_obj *obj);
void pdf_load_type3_glyphs(pdf_document *doc, pdf_font_desc *fontdesc, int nestedDepth);