Fix a spacing issue
This commit is contained in:
parent
e347ad03d9
commit
b8a5b76db5
2
fonts.js
2
fonts.js
@ -1329,7 +1329,7 @@ var Font = (function Font() {
|
|||||||
|
|
||||||
// Character to glyphs mapping
|
// Character to glyphs mapping
|
||||||
'cmap': createCMapTable(charstrings.slice(),
|
'cmap': createCMapTable(charstrings.slice(),
|
||||||
('glyphIds' in font) ? font.glyphIds: null),
|
('glyphIds' in font) ? font.glyphIds : null),
|
||||||
|
|
||||||
// Font header
|
// Font header
|
||||||
'head': (function fontFieldsHead() {
|
'head': (function fontFieldsHead() {
|
||||||
|
Loading…
Reference in New Issue
Block a user