Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mekkablue/ShowCoordinatesOfSelectedNodes
Glyphs.app plugin for displaying coordinates of selected nodes
https://github.com/mekkablue/ShowCoordinatesOfSelectedNodes
Last synced: about 2 months ago
JSON representation
Glyphs.app plugin for displaying coordinates of selected nodes
- Host: GitHub
- URL: https://github.com/mekkablue/ShowCoordinatesOfSelectedNodes
- Owner: mekkablue
- License: apache-2.0
- Created: 2014-08-15T17:03:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T21:49:14.000Z (3 months ago)
- Last Synced: 2024-09-18T02:36:30.389Z (3 months ago)
- Language: Python
- Size: 117 KB
- Stars: 5
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-glyphs - Show Coordinates of Selected Nodes - Displays coordinates for selected on-curve nodes, as well as length and angle of the surrounding handles and line segments. (Plugins and Scripts / Plugins)
README
# ShowCoordinatesOfSelectedNodes.glyphsReporter
This is a plugin for the [Glyphs font editor](http://glyphsapp.com/).
It displays coordinates for selected on-curve nodes, as well as length and angle of the surrounding handles and line segments.
![Coordinates are displayed for selected nodes.](ShowCoordinatesOfSelectedNodes.png "Show Coordinates Screenshot")
After installation, it will add the menu item *View > Show Coordinates of Selected Nodes*.
You can set a keyboard shortcut in System Preferences.### Options
Run this line in the Macro Window to disable display of (on-curve) node info:
Glyphs.defaults["com.mekkablue.ShowCoordinatesOfSelectedNodes.showNodes"] = False
Run this line in the Macro Window to disable display of (off-curve) handle info:
Glyphs.defaults["com.mekkablue.ShowCoordinatesOfSelectedNodes.showHandles"] = False
To reset the prefs, run any or both of these lines in Macro Window:
del Glyphs.defaults["com.mekkablue.ShowCoordinatesOfSelectedNodes.showNodes"]
del Glyphs.defaults["com.mekkablue.ShowCoordinatesOfSelectedNodes.showHandles"]### Installation
1. In *Window > Plugin Manager,* click on the *Install* button next to *Show Coordinates of Selected Nodes.*
2. Restart Glyphs.### Usage Instructions
1. Open a glyph in Edit View.
2. Use *View > Show Coordinates of Selected Nodes* to toggle the display of coordinates for selected nodes.### Requirements
The plugin needs Glyphs 2.4 or higher.
### License
Copyright 2014-2018 Rainer Erich Scheichelbauer (@mekkablue).
Based on sample code by Georg Seifert (@schriftgestalt) and Jan Gerner (@yanone).Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
See the License file included in this repository for further details.