How to re-export/modify Inter to set some alternate characters as default? #652
-
Hey, first of all congratulations and thanks for v4 of Inter, its just awesome! I'd like to know if there is a (preferably quick) way to re-export or modify Inter so that it has some alternate characters as default characters. Let's say I want to re-export Inter (both roman and italic) to generate variable, OTF, TTF, and WOFF2 files that have the alternate uppercase "I", lowercase "L", lowercase "U", and open numbers "6" and "9" as default. How can I do that? I'm starting to explore the Glyphs app so I don't know if it is possible via the Glyphs interface in the font properties dialog window, or maybe a python script. I'd appreciate any ideas. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
Hi ! Same question here! So many configurations and it's hard to want to stick to the default version without trying other configurations. On Microsoft Word you can change some "stylistic sets" but it's just a bunch of 20 unnamed configurations that change a parameter (e. g. "l", "0") and it's quite limiting. Could there be an update to change this behaviour at least in Word? or would there be a way to download the fonts with the parameters we want? or a way to change our default settings when the font is downloaded (btw I'm on Mac)? Also, great job on the new version, I love it even more ! Thanks. |
Beta Was this translation helpful? Give feedback.
-
You can use Opentype Feature Freezer for doing this. |
Beta Was this translation helpful? Give feedback.
-
You can use it on the variable version of the font file. It will generate a variable version with the features frozen. You can then use a python script to generate different weights from (should be straightforward)
|
Beta Was this translation helpful? Give feedback.
-
Chiming in here because I found myself in a similar situation. I was successful with Opentype Feature Freezer, e.g.
But that's not the point. The point is, if you want to extract a specific font from a
Then use the E.g.
This will dump all the fonts contained in that ttc file to a I haven't tried dumping directly to How do I know indexes are 0 to 35? The error message of the OpenType Feature Freezer said so: Alternatively, yeah, just pull the release zip which contains them all as separate files as well. This trick could be useful for general |
Beta Was this translation helpful? Give feedback.
-
The release package already includes the individual TTF files in the extras folder. |
Beta Was this translation helpful? Give feedback.
You can use Opentype Feature Freezer for doing this.
Get the feature names from here: https://rsms.me/inter/#features