├── Font ├── Copy anchors from italic.py ├── Copy layer from italic.py └── Replace glyphs with ss01.py ├── Italic ├── Move selection down 100u at italic angle.py ├── Move selection down 10u at italic angle.py ├── Move selection up 100u at italic angle.py └── Move selection up 10u at italic angle.py ├── Metrics └── Copy sidebearings to all layers in master.py ├── Nodes ├── Convert to Lines.py ├── Convert to Offcurves.py └── Split Selected Nodes.py ├── Paths └── Add Handles to path segment.py ├── README.md ├── Subdivision ├── Add Midpoint.py ├── Catmull-Clark.py └── Subdivide to curves.py └── Window └── Update preview.py /Font/Copy anchors from italic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielgamage/Glyphs-Scripts/HEAD/Font/Copy anchors from italic.py -------------------------------------------------------------------------------- /Font/Copy layer from italic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielgamage/Glyphs-Scripts/HEAD/Font/Copy layer from italic.py -------------------------------------------------------------------------------- /Font/Replace glyphs with ss01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielgamage/Glyphs-Scripts/HEAD/Font/Replace glyphs with ss01.py -------------------------------------------------------------------------------- /Italic/Move selection down 100u at italic angle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielgamage/Glyphs-Scripts/HEAD/Italic/Move selection down 100u at italic angle.py -------------------------------------------------------------------------------- /Italic/Move selection down 10u at italic angle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielgamage/Glyphs-Scripts/HEAD/Italic/Move selection down 10u at italic angle.py -------------------------------------------------------------------------------- /Italic/Move selection up 100u at italic angle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielgamage/Glyphs-Scripts/HEAD/Italic/Move selection up 100u at italic angle.py -------------------------------------------------------------------------------- /Italic/Move selection up 10u at italic angle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielgamage/Glyphs-Scripts/HEAD/Italic/Move selection up 10u at italic angle.py -------------------------------------------------------------------------------- /Metrics/Copy sidebearings to all layers in master.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielgamage/Glyphs-Scripts/HEAD/Metrics/Copy sidebearings to all layers in master.py -------------------------------------------------------------------------------- /Nodes/Convert to Lines.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielgamage/Glyphs-Scripts/HEAD/Nodes/Convert to Lines.py -------------------------------------------------------------------------------- /Nodes/Convert to Offcurves.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielgamage/Glyphs-Scripts/HEAD/Nodes/Convert to Offcurves.py -------------------------------------------------------------------------------- /Nodes/Split Selected Nodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielgamage/Glyphs-Scripts/HEAD/Nodes/Split Selected Nodes.py -------------------------------------------------------------------------------- /Paths/Add Handles to path segment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielgamage/Glyphs-Scripts/HEAD/Paths/Add Handles to path segment.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielgamage/Glyphs-Scripts/HEAD/README.md -------------------------------------------------------------------------------- /Subdivision/Add Midpoint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielgamage/Glyphs-Scripts/HEAD/Subdivision/Add Midpoint.py -------------------------------------------------------------------------------- /Subdivision/Catmull-Clark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielgamage/Glyphs-Scripts/HEAD/Subdivision/Catmull-Clark.py -------------------------------------------------------------------------------- /Subdivision/Subdivide to curves.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielgamage/Glyphs-Scripts/HEAD/Subdivision/Subdivide to curves.py -------------------------------------------------------------------------------- /Window/Update preview.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielgamage/Glyphs-Scripts/HEAD/Window/Update preview.py --------------------------------------------------------------------------------