-
I checked the documentation and this feature seems not to be covered: I think it would be great to have a way to import SVG fonts and/or icons through the API without an initial config. I think this f…
-
Fonts have header wih broken merics. For `unscii-8.svg`, replace with
```xml
```
Then FonForge loads as expected.
Convert to ttf:
```
npx svg2ttf unscii-8.svg unscii-8.ttf
`…
-
This is a question, not an issue.
I would like to use warp on a single glyph from a .svg font, in a node script.
Right now I am loading the .svg font file as a string, looping over the glyphs, and…
-
```js
const font = require('fonteditor-core/lib/ttf/font').default;
const TTF = require('fonteditor-core/lib/ttf/ttf').default;
const glyfAdjust = require('fonteditor-core/lib/ttf/util/glyfAdjust')…
-
We're getting inconsistent rendering on Windows and Macs. Macs fonts display as expected, while Windows fonts have a large amount of whitespace on top. We've tracked it down to these lines:
For Windo…
-
have to use command "node --max-old-space-size=8192 svg2ttf.js"
maybe it could be optimized.
thanks
-
https://github.com/fontello/svg2ttf/blob/56b97c98de9d290707545068f703bdb8a8f438c8/index.js#L42
// need to correctly convert text values, use default (400) until compleete
//font.weightClass = svgFont.…
-
So according to this post and several hours of researching:
https://stackoverflow.com/questions/10044130/custom-fonts-with-differrent-vertical-metrics-between-oss
It seems like this issue is hap…
-
Hi
I've been trying to convert a few simple SVGs exported from Photoshop into a TTF using svg2ttf... unsuccessfully.
No matter how simple the SVG is, I always run into the following error that m…
-
#15 Feature request
### Feature description
A way to toggle OS/2 fsSelection useTypoMetrics.
Since using TypoMetrics is strongly suggested for windows apps for calculating ascent and descent. …