Skip to content

Commit 2e7df01

Browse files
committed
Fix windows mispotionning issue
1 parent ce17e94 commit 2e7df01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fonts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ var Font = (function () {
932932
string16(properties.ascent) + // Typographic Ascent
933933
string16(properties.descent) + // Typographic Descent
934934
"\x00\x00" + // Line Gap
935-
"\x00\xFF" + // advanceWidthMax
935+
"\xFF\xFF" + // advanceWidthMax
936936
"\x00\x00" + // minLeftSidebearing
937937
"\x00\x00" + // minRightSidebearing
938938
"\x00\x00" + // xMaxExtent

0 commit comments

Comments
 (0)