simoncozens / Pendot

Dotter tool for Glyphs
Apache License 2.0
6 stars 0 forks source link

Pendot

Pendot is a collection of tools for adding dotting, stroking and other effects to fonts, typically for creating variants of handwriting fonts. It consists of:

Installation

As this collection contains both a Glyphs plugin and a Glyphs script, the installation is slightly involved:

  1. Change to your Glyphs plugins directory:
cd ~/Library/Application Support/Glyphs 3/Plugins/
  1. Clone the Pendot repository:
git clone https://github.com/simoncozens/Pendot/
  1. Change to your Glyphs scripts directory:
cd ~/Library/Application Support/Glyphs 3/Scripts
  1. Link the Pendot Designer script into the scripts directory:
ln -s ../Plugins/Pendot/Pendot\ Designer.py .

You will also need the "fontTools" and "vanilla" libraries installed in your copy of Glyphs. These can be added from the "Modules" tab of the Glyphs plugin manager.