mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Fix copy-paste typo
The Compact Font Format Specification defines the Standard String of SID 237 as "twodotenleader", and not "266 ff".
This commit is contained in:
parent
ba8a59034c
commit
4c2a462a76
1 changed files with 1 additions and 1 deletions
|
@ -5141,7 +5141,7 @@ var CFFStandardStrings = [
|
|||
'odieresis', 'ograve', 'otilde', 'scaron', 'uacute', 'ucircumflex',
|
||||
'udieresis', 'ugrave', 'yacute', 'ydieresis', 'zcaron', 'exclamsmall',
|
||||
'Hungarumlautsmall', 'dollaroldstyle', 'dollarsuperior', 'ampersandsmall',
|
||||
'Acutesmall', 'parenleftsuperior', 'parenrightsuperior', '266 ff',
|
||||
'Acutesmall', 'parenleftsuperior', 'parenrightsuperior', 'twodotenleader',
|
||||
'onedotenleader', 'zerooldstyle', 'oneoldstyle', 'twooldstyle',
|
||||
'threeoldstyle', 'fouroldstyle', 'fiveoldstyle', 'sixoldstyle',
|
||||
'sevenoldstyle', 'eightoldstyle', 'nineoldstyle', 'commasuperior',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue