mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Fix languages bustage
This commit is contained in:
parent
64f8e79bf8
commit
7ff6f5166c
1 changed files with 1 additions and 1 deletions
2
fonts.js
2
fonts.js
|
@ -434,7 +434,7 @@ var Font = (function () {
|
|||
"\x00\x00\x00\x0C" + // start of the table record
|
||||
"\x00\x04" + // format
|
||||
string16(headerSize) + // length
|
||||
"\x04\x09" + // languages
|
||||
"\x00\x00" + // languages
|
||||
string16(segCount2) +
|
||||
string16(searchRange) +
|
||||
string16(searchEntry) +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue