Replies: 3 comments
-
I’ll make this a todo for adding documentation. In the meantime, the cleanest way to contribute: For contributions meant for upstream:
For forking: (no intention to get contribute back)
There are ways to convert the glyphs file to UFO for exporting to other font editor formats. For instance glyphsLib. |
Beta Was this translation helpful? Give feedback.
-
The .glyphs format has not been designed for version control workflows like other source code, you will most likely end up having a bad time there. Consider using glyphsLib to convert the .glyphs files into UFOs, where each glyph is put into a separate file. Sourcing upstream changes would then require you to fetch a fresh .glyphs file and glyphs2ufo-ing it onto your UFOs. |
Beta Was this translation helpful? Give feedback.
-
A shortcut for generating UFOs: make This will generate all UFO files into You can also manually generate master UFOs into any directory like this: misc/fontbuild glyphsync -o my-inter-ufos src/Inter.glyphs To manually generate instance UFOs, run misc/fontbuild instancegen build/ufo/Inter.designspace ExtraLightItalic (Note: Instance UFOs are always written to |
Beta Was this translation helpful? Give feedback.
-
Hey,
first, let me say: This is a great project, chapeau especially to @rsms Inter is already a very solid grotesk typeface and since being open source it could become a go-to tool for many projects and really become a sans-serif big player.
This is a question: I'd like to edit some glyphs to fit my personal preference better using GlyphsApp (talking about taste, not enhancement per se). How could a workflow possibly look like for
src/Inter.glyphs
to be able to merge changes/updates on the main project back while keeping my customizations. And at the same time keeping the possibility to participate.Does someone have a workflow in place for such changes or suggestions on the smoothest possible way? I fear that it could be
quite troublesomeimpossible to check for changes in the source file, since relatively small changes result in quite a lot of changed lines (timestamps and so on).What I thought of so far: Splitting out the glyphs for editing or using stylistic sets/alternates? Stylistic sets being the easy way of course with the downside that some tools I use might have trouble with OpenType features. So being able to freely edit would be my preferred solution.
I'm thankful for any suggestions 😊
Beta Was this translation helpful? Give feedback.
All reactions