Skip to content

Running FontForge on OS X

somerandomdude edited this page Mar 19, 2012 · 1 revision

Install homebrew (https://github.com/mxcl/homebrew/wiki/installation)

run the following command: $ brew install fontforge

If you have trouble, see the following ticket: https://github.com/mxcl/homebrew/pull/10714#issuecomment-4500044

homebrew does not install the py extensions for fontforge, but it does build an with embedded python interpreter. To run a script using homebrew's python interpreter, use the following command

$ fontforge -script whatever.py

Clone this wiki locally