summaryrefslogtreecommitdiff
path: root/source/fitz/noto.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-10-07 12:28:39 +0200
committerTor Andersson <tor.andersson@artifex.com>2016-10-07 17:52:50 +0200
commit38ea4bf755153a2960244e0c26a7e0c26f2c2d43 (patch)
treeb60948f38ece3ef87248fcef0b734ee23f40557e /source/fitz/noto.c
parentb18795e1019b59e60241b8ebd1a80239ae8c984c (diff)
downloadmupdf-38ea4bf755153a2960244e0c26a7e0c26f2c2d43.tar.xz
Update Noto fonts.
New Devanagari serif font, several other updated fonts.
Diffstat (limited to 'source/fitz/noto.c')
-rw-r--r--source/fitz/noto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fitz/noto.c b/source/fitz/noto.c
index 0fdb5b9a..16840961 100644
--- a/source/fitz/noto.c
+++ b/source/fitz/noto.c
@@ -208,7 +208,7 @@ fz_lookup_noto_font(fz_context *ctx, int script, int language, int serif, int *s
case UCDN_SCRIPT_CANADIAN_ABORIGINAL: Noto(SansCanadianAboriginal);
case UCDN_SCRIPT_CHAM: Noto(SansCham);
case UCDN_SCRIPT_CHEROKEE: Noto(SansCherokee);
- case UCDN_SCRIPT_DEVANAGARI: Noto(SansDevanagari);
+ case UCDN_SCRIPT_DEVANAGARI: Noto2(SansDevanagari, SerifDevanagari);
case UCDN_SCRIPT_ETHIOPIC: Noto(SansEthiopic);
case UCDN_SCRIPT_GEORGIAN: Noto2(SansGeorgian, SerifGeorgian);
case UCDN_SCRIPT_GUJARATI: Noto2(SansGujarati, SerifGujarati);