Merge pull request #11719 from Snuffleupagus/rm-fonts-widechars
Remove the unused `wideChars` property on `Font` instances
This commit is contained in:
commit
ab2b2ae30b
@ -3176,7 +3176,6 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
|
||||
length3,
|
||||
loadedName: baseDict.loadedName,
|
||||
composite,
|
||||
wideChars: composite,
|
||||
fixedPitch: false,
|
||||
fontMatrix: dict.getArray("FontMatrix") || FONT_IDENTITY_MATRIX,
|
||||
firstChar: firstChar || 0,
|
||||
|
@ -544,7 +544,6 @@ var Font = (function FontClosure() {
|
||||
this.widths = properties.widths;
|
||||
this.defaultWidth = properties.defaultWidth;
|
||||
this.composite = properties.composite;
|
||||
this.wideChars = properties.wideChars;
|
||||
this.cMap = properties.cMap;
|
||||
this.ascent = properties.ascent / PDF_GLYPH_SPACE_UNITS;
|
||||
this.descent = properties.descent / PDF_GLYPH_SPACE_UNITS;
|
||||
|
Loading…
x
Reference in New Issue
Block a user