mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Remove the unused wideChars
property on Font
instances
This property was added in PR 1599 (almost eight years ago), but has been unused ever since PR 3674 (six and a half years ago).
This commit is contained in:
parent
4893b14a52
commit
1cd9d5a8fd
2 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue