We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c961d41 commit e447b17Copy full SHA for e447b17
fontconverter.js
@@ -476,7 +476,7 @@ Font.prototype.debugChars = function() {
476
and removes them */
477
Font.prototype.removeUnifontPlaceholders = function() {
478
this.glyphs.forEach(glyph => {
479
- if (glyph.xStart==1 && glyph.yStart==1 && glyph.xEnd==15 && glyph.yEnd==14) {
+ if (glyph.xStart==1 && glyph.yStart==1 && glyph.xEnd==14 && glyph.yEnd==14) {
480
let borderEmpty = true;
481
let edgesFilled = true;
482
for (let x=1;x<15;x++) {
0 commit comments