mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 10:15:37 +02:00
Fixing base encoding presence detection; character width scale
This commit is contained in:
parent
728f3fcc1c
commit
0414c0711f
4 changed files with 18 additions and 8 deletions
|
@ -498,6 +498,8 @@ var PartialEvaluator = (function partialEvaluator() {
|
|||
var baseName = encoding.get('BaseEncoding');
|
||||
if (baseName)
|
||||
baseEncoding = Encodings[baseName.name];
|
||||
else
|
||||
hasEncoding = false; // base encoding was not provided
|
||||
|
||||
// Load the differences between the base and original
|
||||
if (encoding.has('Differences')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue