├── .github └── FUNDING.yml ├── Anchors ├── Add Caret Anchors.py ├── Copy Layer Anchors from Other Font.py ├── Copy Selected Anchors from Other Font.py └── Re-interpolate Anchors.py ├── Color Fonts ├── SVG Export.py └── SVG Import.py ├── Components ├── Decompose Nested Components.py ├── Make Component Glyph across All Layers.py ├── New Tab with Components in Background.py ├── New Tab with Nested Components.py ├── Rebuild Components in Double Quotes.py ├── Report Components Vertical Position.py └── Set Components Alignment Type 3.py ├── Font ├── Export Fonts into Subfolder.py ├── Remove Vertical Metrics Parameters from Instances.py ├── Reorder Axes.py ├── Replace in Family Name.py ├── Report Windows Names.py └── Sort Instances.py ├── Glyph Names ├── Copy Sort Names.py ├── List Glyphs in Current Tab.py └── Rename Glyphs and Update Features.py ├── Hinting ├── Export Hinting HTML Test Page.py ├── New Tab with Rotated, Scaled or Flipped Components.py ├── New Tab with Vertically Shifted Components.py └── Reverse PS Hint.py ├── Interpolation └── New Tab with Repeating Components and Paths.py ├── LICENSE ├── Layers ├── Copy Master into Sublayer.py └── Remove all layers for the current master.py ├── Metrics and Kerning ├── Adjust Kerning Pairs for Selected Glyph.py ├── Copy Kerning Groups from Unsuffixed Glyphs.py ├── New Tab with Kerning Exceptions.py ├── New Tab with Kerning Pairs for Selected Glyph.py ├── New Tab with Missing Kerning Pairs.py ├── New Tab with Zero Kerning Pairs.py └── Round All Kerning.py ├── Paths ├── Add Extremes to Selection.py ├── Add Node at 45 degrees.py ├── Add Point Along Segment.py ├── Create Centerline.py ├── Duplicate Selected Nodes with Offcurve Points.py ├── Duplicate Selected Nodes.py ├── Interpolate Path with Itself.py ├── Make Block Shadow.py ├── Make Next Node First.py ├── Make Previous Node First.py ├── New Tab with Overlaps.py ├── Open All Nodes.py ├── Open Selected Nodes.py ├── Re-interpolate.py ├── Remove Overlaps and Correct Path Directions.py ├── Round Coordinates for All Layers.py └── Round Coordinates for Entire Font.py └── README.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | ko_fi: harbortype -------------------------------------------------------------------------------- /Anchors/Add Caret Anchors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Anchors/Add Caret Anchors.py -------------------------------------------------------------------------------- /Anchors/Copy Layer Anchors from Other Font.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Anchors/Copy Layer Anchors from Other Font.py -------------------------------------------------------------------------------- /Anchors/Copy Selected Anchors from Other Font.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Anchors/Copy Selected Anchors from Other Font.py -------------------------------------------------------------------------------- /Anchors/Re-interpolate Anchors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Anchors/Re-interpolate Anchors.py -------------------------------------------------------------------------------- /Color Fonts/SVG Export.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Color Fonts/SVG Export.py -------------------------------------------------------------------------------- /Color Fonts/SVG Import.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Color Fonts/SVG Import.py -------------------------------------------------------------------------------- /Components/Decompose Nested Components.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Components/Decompose Nested Components.py -------------------------------------------------------------------------------- /Components/Make Component Glyph across All Layers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Components/Make Component Glyph across All Layers.py -------------------------------------------------------------------------------- /Components/New Tab with Components in Background.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Components/New Tab with Components in Background.py -------------------------------------------------------------------------------- /Components/New Tab with Nested Components.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Components/New Tab with Nested Components.py -------------------------------------------------------------------------------- /Components/Rebuild Components in Double Quotes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Components/Rebuild Components in Double Quotes.py -------------------------------------------------------------------------------- /Components/Report Components Vertical Position.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Components/Report Components Vertical Position.py -------------------------------------------------------------------------------- /Components/Set Components Alignment Type 3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Components/Set Components Alignment Type 3.py -------------------------------------------------------------------------------- /Font/Export Fonts into Subfolder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Font/Export Fonts into Subfolder.py -------------------------------------------------------------------------------- /Font/Remove Vertical Metrics Parameters from Instances.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Font/Remove Vertical Metrics Parameters from Instances.py -------------------------------------------------------------------------------- /Font/Reorder Axes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Font/Reorder Axes.py -------------------------------------------------------------------------------- /Font/Replace in Family Name.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Font/Replace in Family Name.py -------------------------------------------------------------------------------- /Font/Report Windows Names.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Font/Report Windows Names.py -------------------------------------------------------------------------------- /Font/Sort Instances.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Font/Sort Instances.py -------------------------------------------------------------------------------- /Glyph Names/Copy Sort Names.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Glyph Names/Copy Sort Names.py -------------------------------------------------------------------------------- /Glyph Names/List Glyphs in Current Tab.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Glyph Names/List Glyphs in Current Tab.py -------------------------------------------------------------------------------- /Glyph Names/Rename Glyphs and Update Features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Glyph Names/Rename Glyphs and Update Features.py -------------------------------------------------------------------------------- /Hinting/Export Hinting HTML Test Page.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Hinting/Export Hinting HTML Test Page.py -------------------------------------------------------------------------------- /Hinting/New Tab with Rotated, Scaled or Flipped Components.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Hinting/New Tab with Rotated, Scaled or Flipped Components.py -------------------------------------------------------------------------------- /Hinting/New Tab with Vertically Shifted Components.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Hinting/New Tab with Vertically Shifted Components.py -------------------------------------------------------------------------------- /Hinting/Reverse PS Hint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Hinting/Reverse PS Hint.py -------------------------------------------------------------------------------- /Interpolation/New Tab with Repeating Components and Paths.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Interpolation/New Tab with Repeating Components and Paths.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /Layers/Copy Master into Sublayer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Layers/Copy Master into Sublayer.py -------------------------------------------------------------------------------- /Layers/Remove all layers for the current master.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Layers/Remove all layers for the current master.py -------------------------------------------------------------------------------- /Metrics and Kerning/Adjust Kerning Pairs for Selected Glyph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Metrics and Kerning/Adjust Kerning Pairs for Selected Glyph.py -------------------------------------------------------------------------------- /Metrics and Kerning/Copy Kerning Groups from Unsuffixed Glyphs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Metrics and Kerning/Copy Kerning Groups from Unsuffixed Glyphs.py -------------------------------------------------------------------------------- /Metrics and Kerning/New Tab with Kerning Exceptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Metrics and Kerning/New Tab with Kerning Exceptions.py -------------------------------------------------------------------------------- /Metrics and Kerning/New Tab with Kerning Pairs for Selected Glyph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Metrics and Kerning/New Tab with Kerning Pairs for Selected Glyph.py -------------------------------------------------------------------------------- /Metrics and Kerning/New Tab with Missing Kerning Pairs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Metrics and Kerning/New Tab with Missing Kerning Pairs.py -------------------------------------------------------------------------------- /Metrics and Kerning/New Tab with Zero Kerning Pairs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Metrics and Kerning/New Tab with Zero Kerning Pairs.py -------------------------------------------------------------------------------- /Metrics and Kerning/Round All Kerning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Metrics and Kerning/Round All Kerning.py -------------------------------------------------------------------------------- /Paths/Add Extremes to Selection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Paths/Add Extremes to Selection.py -------------------------------------------------------------------------------- /Paths/Add Node at 45 degrees.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Paths/Add Node at 45 degrees.py -------------------------------------------------------------------------------- /Paths/Add Point Along Segment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Paths/Add Point Along Segment.py -------------------------------------------------------------------------------- /Paths/Create Centerline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Paths/Create Centerline.py -------------------------------------------------------------------------------- /Paths/Duplicate Selected Nodes with Offcurve Points.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Paths/Duplicate Selected Nodes with Offcurve Points.py -------------------------------------------------------------------------------- /Paths/Duplicate Selected Nodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Paths/Duplicate Selected Nodes.py -------------------------------------------------------------------------------- /Paths/Interpolate Path with Itself.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Paths/Interpolate Path with Itself.py -------------------------------------------------------------------------------- /Paths/Make Block Shadow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Paths/Make Block Shadow.py -------------------------------------------------------------------------------- /Paths/Make Next Node First.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Paths/Make Next Node First.py -------------------------------------------------------------------------------- /Paths/Make Previous Node First.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Paths/Make Previous Node First.py -------------------------------------------------------------------------------- /Paths/New Tab with Overlaps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Paths/New Tab with Overlaps.py -------------------------------------------------------------------------------- /Paths/Open All Nodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Paths/Open All Nodes.py -------------------------------------------------------------------------------- /Paths/Open Selected Nodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Paths/Open Selected Nodes.py -------------------------------------------------------------------------------- /Paths/Re-interpolate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Paths/Re-interpolate.py -------------------------------------------------------------------------------- /Paths/Remove Overlaps and Correct Path Directions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Paths/Remove Overlaps and Correct Path Directions.py -------------------------------------------------------------------------------- /Paths/Round Coordinates for All Layers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Paths/Round Coordinates for All Layers.py -------------------------------------------------------------------------------- /Paths/Round Coordinates for Entire Font.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/Paths/Round Coordinates for Entire Font.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbortype/glyphs-scripts/HEAD/README.md --------------------------------------------------------------------------------