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
@ -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…
Reference in New Issue
Block a user