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:
Tim van der Meij 2017-08-08 22:02:28 +02:00 committed by GitHub
commit 903f372e3d

View File

@ -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;