1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Merge pull request #7700 from Snuffleupagus/non-embedded-NuptialScript

Improve rendering of non-embedded NuptialScript font
This commit is contained in:
Jonas Jenwald 2016-11-29 11:00:21 +01:00 committed by GitHub
commit 013f69e65f
4 changed files with 98 additions and 0 deletions

View file

@ -122,6 +122,7 @@
t['MS-PMincho-Bold'] = 'MS PMincho-Bold';
t['MS-PMincho-BoldItalic'] = 'MS PMincho-BoldItalic';
t['MS-PMincho-Italic'] = 'MS PMincho-Italic';
t['NuptialScript'] = 'Times-Italic';
t['Wingdings'] = 'ZapfDingbats';
});
@ -223,6 +224,7 @@
t['New York'] = true;
t['Nimbus Roman'] = true;
t['NPS Rawlinson Roadway'] = true;
t['NuptialScript'] = true;
t['Palatino'] = true;
t['Perpetua'] = true;
t['Plantin'] = true;