summaryrefslogtreecommitdiff
path: root/source/fitz/noto.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-06-20 12:54:37 +0200
committerRobin Watts <robin.watts@artifex.com>2018-06-22 18:07:59 +0100
commit72aaafbd98092634b00be0afc80aaa9100208253 (patch)
treecb2415082b8ca44b636d8e719bd83f12aa09d232 /source/fitz/noto.c
parent627e65b79ea402f7a6127cf0a608d56f851999f7 (diff)
downloadmupdf-72aaafbd98092634b00be0afc80aaa9100208253.tar.xz
Update base 14 fonts to URW++ release from 2017-07-27.
The Dingbats and Symbol fonts have not been changed.
Diffstat (limited to 'source/fitz/noto.c')
-rw-r--r--source/fitz/noto.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/fitz/noto.c b/source/fitz/noto.c
index 3842881d..b01614d4 100644
--- a/source/fitz/noto.c
+++ b/source/fitz/noto.c
@@ -71,9 +71,9 @@ fz_lookup_base14_font(fz_context *ctx, const char *name, int *size)
if (!strcmp(name, "Courier-Bold")) RETURN(urw,NimbusMonoPS_Bold_cff);
if (!strcmp(name, "Courier-BoldOblique")) RETURN(urw,NimbusMonoPS_BoldItalic_cff);
if (!strcmp(name, "Helvetica")) RETURN(urw,NimbusSans_Regular_cff);
- if (!strcmp(name, "Helvetica-Oblique")) RETURN(urw,NimbusSans_Oblique_cff);
+ if (!strcmp(name, "Helvetica-Oblique")) RETURN(urw,NimbusSans_Italic_cff);
if (!strcmp(name, "Helvetica-Bold")) RETURN(urw,NimbusSans_Bold_cff);
- if (!strcmp(name, "Helvetica-BoldOblique")) RETURN(urw,NimbusSans_BoldOblique_cff);
+ if (!strcmp(name, "Helvetica-BoldOblique")) RETURN(urw,NimbusSans_BoldItalic_cff);
if (!strcmp(name, "Times-Roman")) RETURN(urw,NimbusRoman_Regular_cff);
if (!strcmp(name, "Times-Italic")) RETURN(urw,NimbusRoman_Italic_cff);
if (!strcmp(name, "Times-Bold")) RETURN(urw,NimbusRoman_Bold_cff);
@@ -103,9 +103,9 @@ fz_lookup_builtin_font(fz_context *ctx, const char *name, int is_bold, int is_it
}
if (!strcmp(name, "Helvetica") || !strcmp(name, "Arial")) {
FAMILY(urw, NimbusSans_Regular_cff,
- NimbusSans_Oblique_cff,
+ NimbusSans_Italic_cff,
NimbusSans_Bold_cff,
- NimbusSans_BoldOblique_cff)
+ NimbusSans_BoldItalic_cff)
}
if (!strcmp(name, "Times") || !strcmp(name, "Times Roman") || !strcmp(name, "Times New Roman")) {
FAMILY(urw, NimbusRoman_Regular_cff,