Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exporting OpenType-SVG from Glyphs directly #4

Open
schriftgestalt opened this issue Aug 30, 2022 · 1 comment
Open

exporting OpenType-SVG from Glyphs directly #4

schriftgestalt opened this issue Aug 30, 2022 · 1 comment

Comments

@schriftgestalt
Copy link

It is possible to export a single line OpenType-SVG font directly from Glyphs:

In the instances (in Font Info > Exports) you add a "Color Layers to SVG" custom parameter and make sure the checkbox is set.

Then draw your letters with open path and apply a stroke thickness (in the lower right). Then duplicate the layer in layer panel and make it a color layer (right click the copied layer and click "Color").

Then export the font and use it as described in the Relief repo.

There is one small issue with this method right now. You need to sync the outlines in the main layer and the color layer. But that could be done by a script that copies the outlines from the main layer to the color layer.

I just had a look and made some adjustments that makes it much easier. So no duplication of layer any more. That will be in an update soon.

@isdat-type
Copy link
Owner

Hi Georg, thanks for your interest in the project!

Nice to know that Glyphs App is able to export single-line / single-stroke fonts out of the box and nice to know that the workflow for syncing classic closed contours OTF and open path SVG layers in Glyphs will be improved in a near future... It's true that at the start of our research 2 years ago at isdaT we didn't look that much in that direction, we were more looking at retro stuff like FontForge that still supports deprecated formats like old original SVG, Inkscape / Hershey Text Extension being strong in fablabs environments.

Did you have a look at our SingleLine_otf-svgMaker Python script for Robofont?

Hope that your contribution will permit to enlarge the amount of single-line monolinear fonts available and permit to get more (type)designers involved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants