mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #8762 from Snuffleupagus/evaluator-coded-isType3Font
Replace the `coded` property with `isType3Font` when building the font `properties` object in `PartialEvaluator.translateFont`
This commit is contained in:
commit
903f372e3d
1 changed files with 1 additions and 1 deletions
|
@ -2459,7 +2459,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
|
|||
capHeight: descriptor.get('CapHeight'),
|
||||
flags: descriptor.get('Flags'),
|
||||
italicAngle: descriptor.get('ItalicAngle'),
|
||||
coded: false,
|
||||
isType3Font: false,
|
||||
};
|
||||
|
||||
var cMapPromise;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue