fontmin icon indicating copy to clipboard operation
fontmin copied to clipboard

subset spacing

Open klaaz0r opened this issue 8 years ago • 2 comments

Everything works fine except that when I subset a font the spacing seems of compared to the original, we are talking small but noticeable. Spacing between the letters itself does not seem of. I removed the spacing characters from the subset string but I see that is done in glyph.js also

update: with trim: true so it does not subset the space, and the spacing is of (subset = red, input = blue) screen shot 2016-11-14 at 16 07 39 setting it to false fixes the spacing, but now there is strange character added to the font, not if you type only one word screen shot 2016-11-14 at 16 06 53

klaaz0r avatar Nov 09 '16 14:11 klaaz0r

Related https://github.com/kekee000/fonteditor-core/issues/7

grumpy avatar Dec 08 '16 22:12 grumpy

My work around for the second issue.
https://github.com/ecomfe/fontmin/pull/45

grumpy avatar Dec 08 '16 23:12 grumpy