mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
Merging if's
This commit is contained in:
parent
9e53bd78d9
commit
fa57b9de70
1 changed files with 1 additions and 3 deletions
4
pdf.js
4
pdf.js
|
@ -4585,10 +4585,8 @@ var PartialEvaluator = (function partialEvaluator() {
|
|||
width: isNum(width) ? width : properties.defaultWidth
|
||||
};
|
||||
|
||||
if (glyph) {
|
||||
if (replaceGlyph || !glyphs[glyph])
|
||||
if (glyph && (replaceGlyph || !glyphs[glyph]))
|
||||
glyphs[glyph] = map[i];
|
||||
}
|
||||
|
||||
// If there is no file, the character mapping can't be modified
|
||||
// but this is unlikely that there is any standard encoding with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue