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
b1aab2f730
commit
085f8dc1c9
1 changed files with 2 additions and 2 deletions
4
fonts.js
4
fonts.js
|
@ -980,7 +980,7 @@ var Font = (function Font() {
|
|||
var ttf = {
|
||||
file: "",
|
||||
virtualOffset: numTables * (4 * 4)
|
||||
}
|
||||
};
|
||||
|
||||
// The new numbers of tables will be the last one plus the num
|
||||
// of missing tables
|
||||
|
@ -1125,7 +1125,7 @@ var Font = (function Font() {
|
|||
var otf = {
|
||||
file: "",
|
||||
virtualOffset: 9 * (4 * 4)
|
||||
}
|
||||
};
|
||||
|
||||
createOpenTypeHeader('\x4F\x54\x54\x4F', otf, 9);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue