mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Cache fonts by reference.
This commit is contained in:
parent
d744be4af7
commit
a8ad07ccbf
5 changed files with 62 additions and 21 deletions
|
@ -48,7 +48,6 @@ var Page = (function PageClosure() {
|
|||
this.xref = xref;
|
||||
this.ref = ref;
|
||||
this.idCounters = {
|
||||
font: 0,
|
||||
obj: 0
|
||||
};
|
||||
this.resourcesPromise = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue