mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Fix a spacing issue
This commit is contained in:
parent
e347ad03d9
commit
b8a5b76db5
1 changed files with 1 additions and 1 deletions
2
fonts.js
2
fonts.js
|
@ -1329,7 +1329,7 @@ var Font = (function Font() {
|
|||
|
||||
// Character to glyphs mapping
|
||||
'cmap': createCMapTable(charstrings.slice(),
|
||||
('glyphIds' in font) ? font.glyphIds: null),
|
||||
('glyphIds' in font) ? font.glyphIds : null),
|
||||
|
||||
// Font header
|
||||
'head': (function fontFieldsHead() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue