mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
temporary revert a change in the font code to make mac fonts work again
This commit is contained in:
parent
b59a27a23f
commit
3557bae461
1 changed files with 1 additions and 1 deletions
2
fonts.js
2
fonts.js
|
@ -1000,7 +1000,7 @@ var Font = (function() {
|
|||
platforms[i] + // platform ID
|
||||
encodings[i] + // encoding ID
|
||||
languages[i] + // language ID
|
||||
string16(j) + // name ID
|
||||
string16(i) + // name ID
|
||||
string16(str.length) +
|
||||
string16(strOffset);
|
||||
nameTable += nameRecord;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue