Is it possible to copy kerning from one style to another
Is it possible to copy kerning from one style to another
I'm working on a duplexed font and wanted to ask if there is a way to copy kerning so that there is no text reflow on changing styles.
- Tim Ahrens
- Site Admin
- Posts: 332
- Joined: 11 Jul 2019
Re: Is it possible to copy kerning from one style to another
If your metrics are shared between masters you could use the custom parameter “Link Metrics With Master”. Then Kern On will understand your intention and use identical kerning. See also this post.
Would that work in your case?
Would that work in your case?
-
- Posts: 37
- Joined: 27 Apr 2021
Re: Is it possible to copy kerning from one style to another
Tim, What do you think of the idea of just copying the metrics data from one master to the other? Would that provide an identical result? Would both result in the same data size in the saved font?
Re: Is it possible to copy kerning from one style to another
Thanks Tim, it is working like a charm! Earlier I was thinking of the same method shared by Eben but linking feels more efficient since I don't have to worry about any changes made to the main master.
PS. I really appreciate your work Kern-On. Thanks a ton :)
PS. I really appreciate your work Kern-On. Thanks a ton :)
- Tim Ahrens
- Site Admin
- Posts: 332
- Joined: 11 Jul 2019
Re: Is it possible to copy kerning from one style to another
Hi Eben, what exactly do you have in mind? Do you mean copying the sidebearings from one master to the other? Would they have very similar shapes?
-
- Posts: 37
- Joined: 27 Apr 2021
Re: Is it possible to copy kerning from one style to another
No, I meant going into the kerning window for one master and copying that data and pasting it into another master.
-
- Posts: 37
- Joined: 27 Apr 2021
Re: Is it possible to copy kerning from one style to another
It's probably a dumb idea in practice but I was still curious about the data size question