1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Fix regression on i9.pdf

This commit is contained in:
Vivien Nicolas 2011-09-05 14:35:03 +02:00
parent cd930d9248
commit b1a5ab6d0f
2 changed files with 22 additions and 16 deletions

1
pdf.js
View file

@ -4304,7 +4304,6 @@ var PartialEvaluator = (function() {
var index = GlyphsUnicode[glyph] || i;
glyphsMap[glyph] = encodingMap[i] = index;
var kCmapGlyphOffset = 0xE000;
if (index <= 0x1f || (index >= 127 && index <= 255))
glyphsMap[glyph] = encodingMap[i] += kCmapGlyphOffset;