mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
returning vstem3 and hstem3
This commit is contained in:
parent
25f6431607
commit
66074c08eb
1 changed files with 3 additions and 0 deletions
3
fonts.js
3
fonts.js
|
@ -1753,6 +1753,9 @@ var Type1Parser = function type1Parser() {
|
|||
// pop or setcurrentpoint commands can be ignored
|
||||
// since we are not doing callothersubr
|
||||
continue;
|
||||
} else if (!kHintingEnabled && (escape == 1 || escape == 2)) {
|
||||
charstring.push('drop', 'drop', 'drop', 'drop', 'drop', 'drop');
|
||||
continue;
|
||||
}
|
||||
|
||||
command = charStringDictionary['12'][escape];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue