Merge upstream.

This commit is contained in:
Brendan Dahl 2011-12-12 15:34:11 -08:00
commit 3f8ba7d56a
3 changed files with 14 additions and 2 deletions

View File

@ -1791,6 +1791,10 @@ var Font = (function FontClosure() {
var i = unassignedUnicodeItems[j];
while (unusedUnicode in usedUnicodes)
unusedUnicode++;
var cid = i + 1;
// override only if unicode mapping is not specified
if (!(cid in toUnicode))
toUnicode[cid] = unusedUnicode;
glyphs[i].unicode = unusedUnicode++;
}
this.useToUnicode = true;

View File

@ -0,0 +1 @@
http://agb.traviangames.com/Travian_AR_Terms.pdf

View File

@ -341,8 +341,15 @@
"pageLimit": 3,
"type": "eq"
},
{
"id": "aboutstacks",
{ "id": "issue919",
"file": "pdfs/issue919.pdf",
"md5": "3a1716a512aca4d7a8d6106bd4885d14",
"rounds": 1,
"link": true,
"pageLimit": 3,
"type": "eq"
},
{ "id": "aboutstacks",
"file": "pdfs/aboutstacks.pdf",
"md5": "6e7c8416a293ba2d83bc8dd20c6ccf51",
"rounds": 1,