summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2014-05-29 15:17:47 +0200
committerTor Andersson <tor.andersson@artifex.com>2014-05-29 15:18:20 +0200
commit0f0653cac62c7dbcd4b4cd2ea57640769271365c (patch)
tree944517414cd5c41297e436ed5c5b34d97e7e313b /Makefile
parent803294993c0ec927678f80ffb317770a8785f83b (diff)
downloadmupdf-0f0653cac62c7dbcd4b4cd2ea57640769271365c.tar.xz
Fix 694093: add vertical variant of CJK fallback font.
Replace the DroidSansFallback TTF files with a TTC that has two fonts: The original and a copy where the OpenType 'vert' substitution lookup has been pre-applied by copying the uniXXXX.vert glyph data to uniXXXX.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 50240941..9820568d 100644
--- a/Makefile
+++ b/Makefile
@@ -178,8 +178,8 @@ CMAP_KOREA_SRC := $(wildcard resources/cmaps/korea/*)
FONT_BASE14_SRC := $(wildcard resources/fonts/urw/*.cff)
FONT_DROID_SRC := resources/fonts/droid/DroidSans.ttf resources/fonts/droid/DroidSansMono.ttf
-FONT_CJK_SRC := resources/fonts/droid/DroidSansFallback.ttf
-FONT_CJK_FULL_SRC := resources/fonts/droid/DroidSansFallbackFull.ttf
+FONT_CJK_SRC := resources/fonts/droid/DroidSansFallback.ttc
+FONT_CJK_FULL_SRC := resources/fonts/droid/DroidSansFallbackFull.ttc
$(GEN)/gen_cmap_cns.h : $(CMAP_CNS_SRC)
$(QUIET_GEN) $(CMAPDUMP) $@ $(CMAP_CNS_SRC)