├── Align ├── Align Bottom.py ├── Align Horizontal Center.py ├── Align Left.py ├── Align Right.py ├── Align Top.py ├── Align Vertical Center.py ├── Center Selected Glyphs.py ├── Distribute Nodes Horizontally.py └── Distribute Nodes Vertically.py ├── App ├── DarkMode.py ├── Export To All Formats.py ├── Fit Zoom.py ├── Floating Macro Panel.py ├── Next Layer in Selection.py ├── Previous Layer in Selection.py ├── Toggle Axis 1.py ├── Toggle Axis 2.py ├── Toggle Axis 3.py ├── Toggle Axis 4.py ├── Toggle Italic.py └── ToggleAxis.py ├── Bug fixing ├── Dangerous Offcurves.py ├── Point Counter.py └── Report Compatibility.py ├── Features └── Generate Random Alternates Feature.py ├── Font Info ├── Demo Instance Generator.py ├── Preferred Names - Clean.py ├── Preferred Names - Set.py ├── Set Vertical Metrics.py └── glyphOrder - Paste.py ├── G2 Harmonize.py ├── Glyphs ├── Copy Missing Special Layers.py ├── Reorder Shapes.py └── Show All Layers.py ├── Kerning ├── Delete Kerning Pair From All Masters.py ├── Kern to max.py └── Steal Kerning From Next Pair at Cursor's Y.py ├── LICENSE ├── Overlap nodes.py ├── README.md ├── Reflect ├── Reflect Horizontally.py └── Reflect Vertically.py ├── Rotate ├── Rotate 1 CCW.py ├── Rotate 1 CW.py ├── Rotate 10 CCW.py ├── Rotate 10 CW.py ├── Rotate 45 CCW.py ├── Rotate 45 CW.py └── Rotate.py └── Testing ├── Highest & Lowest Glyphs.py └── Text Filter.py /Align/Align Bottom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Align/Align Bottom.py -------------------------------------------------------------------------------- /Align/Align Horizontal Center.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Align/Align Horizontal Center.py -------------------------------------------------------------------------------- /Align/Align Left.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Align/Align Left.py -------------------------------------------------------------------------------- /Align/Align Right.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Align/Align Right.py -------------------------------------------------------------------------------- /Align/Align Top.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Align/Align Top.py -------------------------------------------------------------------------------- /Align/Align Vertical Center.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Align/Align Vertical Center.py -------------------------------------------------------------------------------- /Align/Center Selected Glyphs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Align/Center Selected Glyphs.py -------------------------------------------------------------------------------- /Align/Distribute Nodes Horizontally.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Align/Distribute Nodes Horizontally.py -------------------------------------------------------------------------------- /Align/Distribute Nodes Vertically.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Align/Distribute Nodes Vertically.py -------------------------------------------------------------------------------- /App/DarkMode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/App/DarkMode.py -------------------------------------------------------------------------------- /App/Export To All Formats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/App/Export To All Formats.py -------------------------------------------------------------------------------- /App/Fit Zoom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/App/Fit Zoom.py -------------------------------------------------------------------------------- /App/Floating Macro Panel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/App/Floating Macro Panel.py -------------------------------------------------------------------------------- /App/Next Layer in Selection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/App/Next Layer in Selection.py -------------------------------------------------------------------------------- /App/Previous Layer in Selection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/App/Previous Layer in Selection.py -------------------------------------------------------------------------------- /App/Toggle Axis 1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/App/Toggle Axis 1.py -------------------------------------------------------------------------------- /App/Toggle Axis 2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/App/Toggle Axis 2.py -------------------------------------------------------------------------------- /App/Toggle Axis 3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/App/Toggle Axis 3.py -------------------------------------------------------------------------------- /App/Toggle Axis 4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/App/Toggle Axis 4.py -------------------------------------------------------------------------------- /App/Toggle Italic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/App/Toggle Italic.py -------------------------------------------------------------------------------- /App/ToggleAxis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/App/ToggleAxis.py -------------------------------------------------------------------------------- /Bug fixing/Dangerous Offcurves.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Bug fixing/Dangerous Offcurves.py -------------------------------------------------------------------------------- /Bug fixing/Point Counter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Bug fixing/Point Counter.py -------------------------------------------------------------------------------- /Bug fixing/Report Compatibility.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Bug fixing/Report Compatibility.py -------------------------------------------------------------------------------- /Features/Generate Random Alternates Feature.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Features/Generate Random Alternates Feature.py -------------------------------------------------------------------------------- /Font Info/Demo Instance Generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Font Info/Demo Instance Generator.py -------------------------------------------------------------------------------- /Font Info/Preferred Names - Clean.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Font Info/Preferred Names - Clean.py -------------------------------------------------------------------------------- /Font Info/Preferred Names - Set.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Font Info/Preferred Names - Set.py -------------------------------------------------------------------------------- /Font Info/Set Vertical Metrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Font Info/Set Vertical Metrics.py -------------------------------------------------------------------------------- /Font Info/glyphOrder - Paste.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Font Info/glyphOrder - Paste.py -------------------------------------------------------------------------------- /G2 Harmonize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/G2 Harmonize.py -------------------------------------------------------------------------------- /Glyphs/Copy Missing Special Layers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Glyphs/Copy Missing Special Layers.py -------------------------------------------------------------------------------- /Glyphs/Reorder Shapes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Glyphs/Reorder Shapes.py -------------------------------------------------------------------------------- /Glyphs/Show All Layers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Glyphs/Show All Layers.py -------------------------------------------------------------------------------- /Kerning/Delete Kerning Pair From All Masters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Kerning/Delete Kerning Pair From All Masters.py -------------------------------------------------------------------------------- /Kerning/Kern to max.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Kerning/Kern to max.py -------------------------------------------------------------------------------- /Kerning/Steal Kerning From Next Pair at Cursor's Y.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Kerning/Steal Kerning From Next Pair at Cursor's Y.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /Overlap nodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Overlap nodes.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/README.md -------------------------------------------------------------------------------- /Reflect/Reflect Horizontally.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Reflect/Reflect Horizontally.py -------------------------------------------------------------------------------- /Reflect/Reflect Vertically.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Reflect/Reflect Vertically.py -------------------------------------------------------------------------------- /Rotate/Rotate 1 CCW.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Rotate/Rotate 1 CCW.py -------------------------------------------------------------------------------- /Rotate/Rotate 1 CW.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Rotate/Rotate 1 CW.py -------------------------------------------------------------------------------- /Rotate/Rotate 10 CCW.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Rotate/Rotate 10 CCW.py -------------------------------------------------------------------------------- /Rotate/Rotate 10 CW.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Rotate/Rotate 10 CW.py -------------------------------------------------------------------------------- /Rotate/Rotate 45 CCW.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Rotate/Rotate 45 CCW.py -------------------------------------------------------------------------------- /Rotate/Rotate 45 CW.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Rotate/Rotate 45 CW.py -------------------------------------------------------------------------------- /Rotate/Rotate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Rotate/Rotate.py -------------------------------------------------------------------------------- /Testing/Highest & Lowest Glyphs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Testing/Highest & Lowest Glyphs.py -------------------------------------------------------------------------------- /Testing/Text Filter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slobzheninov/Glyphs-Scripts/HEAD/Testing/Text Filter.py --------------------------------------------------------------------------------