Is there a way to see the angle of a path? Or the angle between two point?
It would help to make angles consistent (maybe the angle of a terminal etc).
Thx
Check out âShow Angle, Distance and Italic Widthâ in the plugin manager:
Thanks for that but the option is greyed out so I canât use it. I did manage to find one similar called âShow Distance & Angleâ which seems to work.
Oh can you please elaborate a bit on what is grayed out? I might have to look into it
So in the âviewâ menu the option to tick the angle option is greyed out, whereas the others are black and can be âtickedâ. Also, I donât see the angles in the summary bar (like the example in the plugin page). I tried sending a direct message with images but it looks like it didnât get to you.
@andypeat got it, thank you! But I donât really know why that is. Also looks like some other plugins are grayed out too?
@GeorgSeifert may I ask if thereâs been any changes in how menu items work? Canât seem to find any answers. This pluginâs menu is grayed out for some reason, which is set this way (itâs a .glyphsPlugin):
@objc.python_method
def start(self):
menuItem = NSMenuItem(self.menuName, self.toggleMenu_)
Glyphs.menu[VIEW_MENU].append(menuItem)
Glyphs.menu[VIEW_MENU].submenu().itemWithTitle_(self.menuName).setState_(self.state)
In version 3.3, the NSMenuItem API slightly changed and that needs an update to the plugin. I fixed it.
if Glyphs.versionNumber >= 3.3:
menuItem = NSMenuItem(self.menuName, callback=self.toggleMenu_, target=self)
else:
menuItem = NSMenuItem(self.menuName, self.toggleMenu_)
@andypeat There is one more plugin called Show Coordinates Distance Angle
. It show an angle along the selected path (two points that connected directly into the line), in green color. Hereâs an examples: