summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-09-19 13:20:01 +0200
committerTor Andersson <tor.andersson@artifex.com>2018-09-21 14:21:05 +0200
commit211234411c68f4578c3bbfafeb84e8d26040443a (patch)
treeb640e31e93aded0d3d6ddeeddeb74873a4c88c89 /docs
parent48b026e7500c5f7239e173d14d09b9e2e272e874 (diff)
downloadmupdf-211234411c68f4578c3bbfafeb84e8d26040443a.tar.xz
Add fz_lookup_cjk_font_by_name to create builtin CJK fonts.
Diffstat (limited to 'docs')
-rw-r--r--docs/manual-mutool-run.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/manual-mutool-run.html b/docs/manual-mutool-run.html
index c1fe6237..f9fcf976 100644
--- a/docs/manual-mutool-run.html
+++ b/docs/manual-mutool-run.html
@@ -500,6 +500,7 @@ Times-Roman, Times-Italic, Times-Bold, Times-BoldItalic,
Helvetica, Helvetica-Oblique, Helvetica-Bold, Helvetica-BoldOblique,
Courier, Courier-Oblique, Courier-Bold, Courier-BoldOblique,
Symbol, and ZapfDingbats.
+<br>The built-in CJK fonts are referenced by language code: zh-Hant, zh-Hans, ja, ko.
<dt>Font#getName()
<dd>Get the font name.
<dt>Font#encodeCharacter(unicode)