Browse Source

Fix languages bustage

Vivien Nicolas 14 years ago
parent
commit
7ff6f5166c
  1. 2
      fonts.js

2
fonts.js

@ -434,7 +434,7 @@ var Font = (function () { @@ -434,7 +434,7 @@ var Font = (function () {
"\x00\x00\x00\x0C" + // start of the table record
"\x00\x04" + // format
string16(headerSize) + // length
"\x04\x09" + // languages
"\x00\x00" + // languages
string16(segCount2) +
string16(searchRange) +
string16(searchEntry) +

Loading…
Cancel
Save