temporary revert a change in the font code to make mac fonts work again

This commit is contained in:
Andreas Gal 2011-07-06 16:06:00 -07:00
parent b59a27a23f
commit 3557bae461

View File

@ -1000,7 +1000,7 @@ var Font = (function() {
platforms[i] + // platform ID
encodings[i] + // encoding ID
languages[i] + // language ID
string16(j) + // name ID
string16(i) + // name ID
string16(str.length) +
string16(strOffset);
nameTable += nameRecord;