From 2e7df014592624b62b1aec74345c016713e52afa Mon Sep 17 00:00:00 2001 From: Vivien Nicolas <21@vingtetun.org> Date: Thu, 30 Jun 2011 12:40:21 +0200 Subject: [PATCH] Fix windows mispotionning issue --- fonts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fonts.js b/fonts.js index 5a7a41c0f..fdc5949a5 100644 --- a/fonts.js +++ b/fonts.js @@ -932,7 +932,7 @@ var Font = (function () { string16(properties.ascent) + // Typographic Ascent string16(properties.descent) + // Typographic Descent "\x00\x00" + // Line Gap - "\x00\xFF" + // advanceWidthMax + "\xFF\xFF" + // advanceWidthMax "\x00\x00" + // minLeftSidebearing "\x00\x00" + // minRightSidebearing "\x00\x00" + // xMaxExtent