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
I changed the code and UI in the Glyphs plugin quite a bit. Please feel free to port that over to RF. I don’t have RF3 to test its with and I think I changed the used API a bit (the draw() method gets the NSView as an argument. That makes it easier to get to the size of the view, so need to keep/update the self.graph_height in the controller. That could be added back if needed.
The text was updated successfully, but these errors were encountered:
It seems that the buttons are not working in the Glyphs version. When I use for instance the interpolaten button, it does show an interpolated kerning value, but it doesn’t create the actual kerning pair.
I changed the code and UI in the Glyphs plugin quite a bit. Please feel free to port that over to RF. I don’t have RF3 to test its with and I think I changed the used API a bit (the
draw()
method gets the NSView as an argument. That makes it easier to get to the size of the view, so need to keep/update theself.graph_height
in the controller. That could be added back if needed.The text was updated successfully, but these errors were encountered: