Python wrapper for Adobe's PostScript autohinter
Project description
PSAutoHint
A standalone version of AFDKO’s autohinter.
Still a work in progress. Use at your own risk!
Building and running
This repository currently consists of a core autohinter written in C, a Python C extension providing an interface to it, and helper Python code.
To build the C extension:
python setup.py build
To install the C extension and the helper scripts globally:
pip install -r requirements.txt .
Alternatively to install them for the current user:
pip install -r requirements.txt --user .
The authinter can be used by running:
psautohint
The old autohintexe
binary can also be built from libpsautohint
directory:
autoreconf -if
./configure
make
Testing
We have a test suite that can be run with:
tox
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distributions
Close
Hashes for psautohint-1.1.1a1-cp36-cp36m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9cfa3f73b26ce864051e976faa47fc040f069b01b0a22af05c5fdfae6f40824e |
|
MD5 | 8816f7722145ed7811a0e7d2b1b22aa6 |
|
BLAKE2b-256 | 036b9d8c1440baf4f79d258e78d6b0fafcc2c7c309005275ae280cec4b10be5d |
Close
Hashes for psautohint-1.1.1a1-cp27-cp27m-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a10144cdb7713553657397b763b5ae89952c4b8fa73b6bd7b2cebdf8de414880 |
|
MD5 | 484c8f3d04b946cdf02f60d052b783cc |
|
BLAKE2b-256 | d037fa61a2b3a79533081c20a178bc71b07062fa9d5c4ab8332ab392fcdde0a2 |