};
properties.glyphs = this.extractEncoding(dict, xref, properties);
- if (type.name == 'Type3') {
+ if (type.name === 'Type3') {
properties.coded = true;
var charProcs = xref.fetchIfRef(dict.get('CharProcs'));
var fontResources = xref.fetchIfRef(dict.get('Resources')) || resources;
lly,
urx,
ury) {
- // TODO? According the spec we're also suppose to ignore any operators
+ // TODO According to the spec we're also suppose to ignore any operators
// that set color or include images while processing this type3 font.
this.rectangle(llx, lly, urx - llx, ury - lly);
this.clip();