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 #2465 from brendandahl/fix-expansion-factor

Fix cff private dictionary key.
This commit is contained in:
Yury Delendik 2012-12-15 20:53:11 -08:00
commit a2c6429cce
3 changed files with 7 additions and 1 deletions

View file

@ -5290,7 +5290,7 @@ Type1Font.prototype = {
BlueFuzz: '\x0c\x0b',
BlueScale: '\x0c\x09',
LanguageGroup: '\x0c\x11',
ExpansionFactor: '\x0c\x18'
ExpansionFactor: '\x0c\x12'
};
for (var field in fieldMap) {
if (!properties.privateData.hasOwnProperty(field))