fontmin
fontmin copied to clipboard
subset spacing
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)
setting it to false fixes the spacing, but now there is strange character added to the font, not if you type only one word
Related https://github.com/kekee000/fonteditor-core/issues/7
My work around for the second issue.
https://github.com/ecomfe/fontmin/pull/45