Page 1 of 1

Is it possible to copy kerning from one style to another

Posted: 16 Oct 2022
by Niteesh
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.

Re: Is it possible to copy kerning from one style to another

Posted: 16 Oct 2022
by Tim Ahrens
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?

Re: Is it possible to copy kerning from one style to another

Posted: 17 Oct 2022
by Eben Sorkin
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

Posted: 17 Oct 2022
by Niteesh
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 :)

Re: Is it possible to copy kerning from one style to another

Posted: 18 Oct 2022
by Tim Ahrens
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?

Re: Is it possible to copy kerning from one style to another

Posted: 16 Nov 2022
by Eben Sorkin
No, I meant going into the kerning window for one master and copying that data and pasting it into another master.

Re: Is it possible to copy kerning from one style to another

Posted: 16 Nov 2022
by Eben Sorkin
It's probably a dumb idea in practice but I was still curious about the data size question