From: Andreas Gal Date: Wed, 6 Jul 2011 23:06:00 +0000 (-0700) Subject: temporary revert a change in the font code to make mac fonts work again X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3557bae4614792c76016688982f37a7f1bbf0a64;p=pdf.js.git temporary revert a change in the font code to make mac fonts work again --- diff --git a/fonts.js b/fonts.js index d85d40b..f6620a0 100755 --- a/fonts.js +++ b/fonts.js @@ -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;