|
|
|
@ -2253,7 +2253,7 @@ var Type2CFF = (function() {
@@ -2253,7 +2253,7 @@ var Type2CFF = (function() {
|
|
|
|
|
index = code = properties.glyphs[glyph] || index; |
|
|
|
|
|
|
|
|
|
var width = widths[code] || defaultWidth; |
|
|
|
|
if (index <= 0x1f || (index >= 127 && code <= 255)) |
|
|
|
|
if (code <= 0x1f || (code >= 127 && code <= 255)) |
|
|
|
|
code += kCmapGlyphOffset; |
|
|
|
|
|
|
|
|
|
properties.encoding[index] = code; |
|
|
|
|