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 #8698 from Snuffleupagus/issue-8697

Add a fallback for non-embedded SegoeUISymbol font (issue 8697)
This commit is contained in:
Tim van der Meij 2017-07-25 22:35:52 +02:00 committed by GitHub
commit 37ac8f8623
4 changed files with 104 additions and 0 deletions

View file

@ -57,6 +57,7 @@ var getStdFontMap = getLookupTableFactory(function (t) {
t['Helvetica-BoldOblique'] = 'Helvetica-BoldOblique';
t['Helvetica-Italic'] = 'Helvetica-Oblique';
t['Helvetica-Oblique'] = 'Helvetica-Oblique';
t['SegoeUISymbol'] = 'Helvetica';
t['Symbol-Bold'] = 'Symbol';
t['Symbol-BoldItalic'] = 'Symbol';
t['Symbol-Italic'] = 'Symbol';