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:
commit
013f69e65f
4 changed files with 98 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue