From: Adil Allawi Date: Sat, 20 Aug 2011 08:31:19 +0000 (+0100) Subject: Offset glyphs to the unicode private use area X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=eefaa0153f61ab3fa111fbcf9c5109248ff7cb98;p=pdf.js.git Offset glyphs to the unicode private use area --- diff --git a/fonts.js b/fonts.js index 6afb475..b985e48 100755 --- a/fonts.js +++ b/fonts.js @@ -789,7 +789,7 @@ var Font = (function Font() { encoding: null, checkAndRepair: function font_checkAndRepair(name, font, properties) { - var kCmapGlyphOffset = 0xFF; + var kCmapGlyphOffset = 0xE000; //offset glpyhs to the Unicode Private Use Area function readTableEntry(file) { // tag