mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #346 from ironymark/master
Another fix to my last CIDFont patch
This commit is contained in:
commit
dab62f9a1e
1 changed files with 1 additions and 1 deletions
2
fonts.js
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue