sbarman 14 years ago
parent
commit
085f8dc1c9
  1. 4
      fonts.js

4
fonts.js

@ -980,7 +980,7 @@ var Font = (function Font() {
var ttf = { var ttf = {
file: "", file: "",
virtualOffset: numTables * (4 * 4) virtualOffset: numTables * (4 * 4)
} };
// The new numbers of tables will be the last one plus the num // The new numbers of tables will be the last one plus the num
// of missing tables // of missing tables
@ -1125,7 +1125,7 @@ var Font = (function Font() {
var otf = { var otf = {
file: "", file: "",
virtualOffset: 9 * (4 * 4) virtualOffset: 9 * (4 * 4)
} };
createOpenTypeHeader('\x4F\x54\x54\x4F', otf, 9); createOpenTypeHeader('\x4F\x54\x54\x4F', otf, 9);

Loading…
Cancel
Save