Extracting an SVG path from an SVG font

1.9k views Asked by At

I was wondering how easy it is to render path elements extracted from fonts in SVG.

I am aware that .ttf files do not have enough information in them for them to be rendered as path elements in SVG, save only the way to convert them to an image and re-vectorize them using a script, which is...bad and inneficient.

So what would be an ideal way to extract path data directly from SVG fonts?

Is there a way to have a textbox where i type down words using svg fonts and get back the fonts using paths?

0

There are 0 answers