You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all - thanks a lot for wonderful modern font. I was happy to find it and now experimenting with it in various environments. I'm sorry if I ask too noob questions - I tried to find answers myself but haven't succeeded.
My question is - how to build OTF font with non-default stylistic set - I want to play with 'zero' and 'ss07' but I don't know not to get font with them.
My environment is: Ubuntu 18.04 + freetype 2.9.1
I have downloaded font sources (revision db2f28e 'Added installation instruction for archlinux')
and tried to build them. Resulted TTF fonts were broken but then I found that latest makeotf is broken (adobe-type-tools/afdko#680 ) - I switched to makeof version v2.5.0 Aug 28 2018 and could build TTF fonts successfully.
In Linus apps (terminal and gedit) ttf and otf fonts (size 11) look different to me, while in IntelliJ idea they look the same.
I like spacing of OTF fonts but I don't know how to add stylistic set to them - instructions in #126 say only about TTF fonts.
I succeeded to make set 'zero' and 'ss07' stylistic sets as default through https://www.fontsquirrel.com/tools/webfont-generator but spacing still didn't look good to me. I tried to play with 'LineGap' property on that page but things got even worse - as I said, I'm a total noob in fonts properties.
I tried to uncomment feature aalt in Roman/familyGSUB.fea and 'zero' in 'ss07' in it but this didn't make any effect on the fonts generated.
So, my question is:
Is it possible to generate OTF fonts with non-default stylistic set?
If not - what property should I try to tweak to change line spacing in TTF fonts?
Thanks again many, many times for all your work.
Terminal OTF:
Terminal TTF:
gedit OTF:
gedit TTF:
Intellij Idea OTF:
Intellij Idea TTF:
The text was updated successfully, but these errors were encountered:
you won’t need to build new fonts just in order to use Source Code Pro. You may use the pre-compiled versions available in the release branch.
those fonts (and the ones you build from this source data) come with Stylistic Sets within them. It is the task of the rendering environment to activate them – there may or may not be user controls to activate them in a given application
when you talk about “spacing”, you presumably mean line spacing. The effect you are seeing stems from the application of different hinting techniques. Is it possible to adjust linespacing within your software?
First of all - thanks a lot for wonderful modern font. I was happy to find it and now experimenting with it in various environments. I'm sorry if I ask too noob questions - I tried to find answers myself but haven't succeeded.
My question is - how to build OTF font with non-default stylistic set - I want to play with 'zero' and 'ss07' but I don't know not to get font with them.
My environment is: Ubuntu 18.04 + freetype 2.9.1
I have downloaded font sources (revision db2f28e 'Added installation instruction for archlinux')
and tried to build them. Resulted TTF fonts were broken but then I found that latest makeotf is broken (adobe-type-tools/afdko#680 ) - I switched to makeof version v2.5.0 Aug 28 2018 and could build TTF fonts successfully.
In Linus apps (terminal and gedit) ttf and otf fonts (size 11) look different to me, while in IntelliJ idea they look the same.
I like spacing of OTF fonts but I don't know how to add stylistic set to them - instructions in #126 say only about TTF fonts.
I succeeded to make set 'zero' and 'ss07' stylistic sets as default through https://www.fontsquirrel.com/tools/webfont-generator but spacing still didn't look good to me. I tried to play with 'LineGap' property on that page but things got even worse - as I said, I'm a total noob in fonts properties.
I tried to uncomment feature aalt in Roman/familyGSUB.fea and 'zero' in 'ss07' in it but this didn't make any effect on the fonts generated.
So, my question is:
Thanks again many, many times for all your work.
Terminal OTF:
Terminal TTF:
gedit OTF:
gedit TTF:
Intellij Idea OTF:
Intellij Idea TTF:
The text was updated successfully, but these errors were encountered: