mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-23 08:38:06 +02:00
Replace the coded
property with isType3Font
when building the font properties
object in PartialEvaluator.translateFont
This appears to simply have been forgotten in the re-factoring in PR 4815, where the `coded` property was renamed to the *much* more descriptive `isType3Font` property.
This commit is contained in:
parent
a1d88d8e2e
commit
093afd1212
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