mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
cleanup
This commit is contained in:
parent
0923e940d1
commit
2805122023
1 changed files with 0 additions and 6 deletions
6
fonts.js
6
fonts.js
|
@ -441,12 +441,6 @@ var Font = (function Font() {
|
|||
break;
|
||||
}
|
||||
|
||||
var fileArr = [];
|
||||
file.reset();
|
||||
file = file.getBytes();
|
||||
for (var i = 0, ii = file.length; i < ii; ++i)
|
||||
fileArr.push(file[i]);
|
||||
|
||||
this.data = data;
|
||||
this.type = properties.type;
|
||||
this.textMatrix = properties.textMatrix;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue