mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Fix windows mispotionning issue
This commit is contained in:
parent
ce17e9481f
commit
2e7df01459
1 changed files with 1 additions and 1 deletions
2
fonts.js
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue