I am trying to add kerning data to my font. I have manually kerned each letter pair in the “Kern Pair Closeup” window, like this:
But these settings do not seem to export once the TTF is generated. Why is this?
Here is how things look like from the metadata dialog:
And here is the data dialog:
Answer
You somehow managed to leave the feature field of your lookup empty:
If you change this field’s content to kern
, everything should be working as expected.
Explanation: Lookups are controlled with features associated to them. Some of those features are activated by default in most programs and contexts (e.g., kern
is activated by default for horizontal text, but not activated for vertical text), others have to be activated by the user (e.g., stylistic sets). Therefore, you want to associate almost every lookup with a feature, otherwise you will not see any effect. (The only exception are lookups that are activated by other lookups.)
No comments:
Post a Comment