Cache fonts by reference.

This commit is contained in:
Brendan Dahl 2013-06-25 10:33:53 -07:00
parent d744be4af7
commit a8ad07ccbf
5 changed files with 62 additions and 21 deletions

View file

@ -48,7 +48,6 @@ var Page = (function PageClosure() {
this.xref = xref;
this.ref = ref;
this.idCounters = {
font: 0,
obj: 0
};
this.resourcesPromise = null;