Skip to content

Commit

Permalink
Add zwsp glyph.
Browse files Browse the repository at this point in the history
  • Loading branch information
graphicore committed Sep 15, 2017
1 parent 5e39370 commit 958ec65
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion app/lib/builder/abstract.js
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,13 @@ define([
, width: 0
}
}
, {
name: 'CR'
, glifData: {
unicodes:[0x200B]
, width: 0
}
}
, {
name: 'nbspace'
, noblock: true
Expand Down Expand Up @@ -463,8 +470,9 @@ define([
};

_p.getFeatures = function(fontBelow) {
// jshint unused:vars
// pass; override if needed
}
};

_p._defaultParameters = {
// At the momemnt generic to all barcode fonts:
Expand Down

0 comments on commit 958ec65

Please sign in to comment.