Add missing .link files; minor fix
This commit is contained in:
parent
b2b78cfeb2
commit
73c9f8797b
@ -1997,9 +1997,8 @@ var Font = (function FontClosure() {
|
|||||||
// Re-encode cmap encoding to unicode, based on the 'post' table data
|
// Re-encode cmap encoding to unicode, based on the 'post' table data
|
||||||
// diffrence array or base encoding
|
// diffrence array or base encoding
|
||||||
var reverseMap = [];
|
var reverseMap = [];
|
||||||
for (var i = 0, ii = glyphs.length; i < ii; i++) {
|
for (var i = 0, ii = glyphs.length; i < ii; i++)
|
||||||
reverseMap[glyphs[i].unicode] = i;
|
reverseMap[glyphs[i].unicode] = i;
|
||||||
}
|
|
||||||
|
|
||||||
var newGlyphUnicodes = [];
|
var newGlyphUnicodes = [];
|
||||||
for (var i = 0, ii = glyphs.length; i < ii; i++) {
|
for (var i = 0, ii = glyphs.length; i < ii; i++) {
|
||||||
|
1
test/pdfs/issue1309.pdf.link
Normal file
1
test/pdfs/issue1309.pdf.link
Normal file
@ -0,0 +1 @@
|
|||||||
|
http://www.lufthansa.com/mediapool/pdf/31/media_907231.pdf
|
1
test/pdfs/issue1317.pdf.link
Normal file
1
test/pdfs/issue1317.pdf.link
Normal file
@ -0,0 +1 @@
|
|||||||
|
http://iliad.fr/presse/2012/CP_080312_Free_mobile.pdf
|
Loading…
Reference in New Issue
Block a user