return null;
},
- getOrderedCharStrings: function cff_getOrderedCharStrings(glyphs, properties) {
+ getOrderedCharStrings: function cff_getOrderedCharStrings(glyphs,
+ properties) {
var charstrings = [];
var missings = [];
var fontName = fontDict.get('Name');
if (!fontName)
- fontName = xref.fetchIfRef(descriptor.get('FontName'));;
+ fontName = xref.fetchIfRef(descriptor.get('FontName'));
assertWellFormed(IsName(fontName), 'invalid font name');
fontName = fontName.name.replace(/[\+,\-]/g, '_');