Exporting straight from Glyphs.app vs. building with toolchain? #734
Answered
by
rsms
jakubfoglar
asked this question in
Q&A
|
Hi! I’m in the process of modifying some characters of Inter 4 to suit a project. I’m wondering if it’s enough to export the fonts from Glyphs, or if I should be going through the whole toolchain to build the fonts? Is there some important functionality that the fonts will not have if not built with the toolchain? (i.e. some special hinting,...) Thanks! |
Answered by
rsms
Sep 8, 2024
Replies: 1 comment 1 reply
|
In theory it should work to export from Glyphs. You can look at the Makefile in the source repository to see what is being done. It’s mainly a bunch of metadata fixes. In particular the variable font may not work as expected if exported from Glyphs. I recommend using the Makefile. You should be able to run it on a Mac, BSD or Linux system (or WSL on Windows.) |
1 reply
Answer selected by
jakubfoglar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In theory it should work to export from Glyphs. You can look at the Makefile in the source repository to see what is being done. It’s mainly a bunch of metadata fixes. In particular the variable font may not work as expected if exported from Glyphs.
I recommend using the Makefile. You should be able to run it on a Mac, BSD or Linux system (or WSL on Windows.)