Skip to content

jenskutilek/jkFontGeometry

Repository files navigation

jkFontGeometry

Font-related geometry tools

Installation

$ pip install --user .

There is a demo script for Glyphs.app in the Scripts/Glyphs folder.

Type-Checking and Compilation

To run mypy:

MYPYPATH=stubs/ mypy Lib/jkFontGeometry

To build a wheel with binary code compiled by mypyc:

MYPYPATH=stubs/ python3 setup.py bdist_wheel

or compile in place:

MYPYPATH=stubs/ python3 setup.py build_ext --inplace

About

Font-related geometry tools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages