linebender / runebender

A font editor written in Rust.
Apache License 2.0
765 stars 37 forks source link

Add rotate start point command #260

Closed eliheuer closed 3 years ago

eliheuer commented 3 years ago

This is still a work in progress, I'm trying to add a command to the Paths menu that will let me rotate the start point of an outline. This is important for making variable fonts and interpolating between instances.

cmyr commented 3 years ago

Is this about rotating, or is it specifically about setting an explicit start point?

eliheuer commented 3 years ago

Specifically about setting an explicit start point. I just thought rotating would be an easy way to do this, I'll probably open a new PR specifically for a command setting the start point the way you described in the zulip and close this one. Thanks!