From eefaa0153f61ab3fa111fbcf9c5109248ff7cb98 Mon Sep 17 00:00:00 2001 From: Adil Allawi Date: Sat, 20 Aug 2011 09:31:19 +0100 Subject: [PATCH] Offset glyphs to the unicode private use area --- fonts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fonts.js b/fonts.js index 6afb47557..b985e48a5 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