mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Fixes CFF: moves Subrs to Private tail
This commit is contained in:
parent
60dd0e08e4
commit
45ae175d0b
1 changed files with 2 additions and 2 deletions
|
@ -4221,9 +4221,9 @@ var CFFPrivateDict = (function CFFPrivateDictClosure() {
|
|||
[[12, 17], 'LanguageGroup', 'num', 0],
|
||||
[[12, 18], 'ExpansionFactor', 'num', 0.06],
|
||||
[[12, 19], 'initialRandomSeed', 'num', 0],
|
||||
[19, 'Subrs', 'offset', null],
|
||||
[20, 'defaultWidthX', 'num', 0],
|
||||
[21, 'nominalWidthX', 'num', 0]
|
||||
[21, 'nominalWidthX', 'num', 0],
|
||||
[19, 'Subrs', 'offset', null]
|
||||
];
|
||||
var tables = null;
|
||||
function CFFPrivateDict(strings) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue