diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2016-10-07 12:28:39 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2016-10-07 17:52:50 +0200 |
commit | 38ea4bf755153a2960244e0c26a7e0c26f2c2d43 (patch) | |
tree | b60948f38ece3ef87248fcef0b734ee23f40557e /source | |
parent | b18795e1019b59e60241b8ebd1a80239ae8c984c (diff) | |
download | mupdf-38ea4bf755153a2960244e0c26a7e0c26f2c2d43.tar.xz |
Update Noto fonts.
New Devanagari serif font, several other updated fonts.
Diffstat (limited to 'source')
-rw-r--r-- | source/fitz/noto.c | 2 |
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); |