This repository has been archived on 2025-10-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
inter-font/misc/pylib/fontbuild
Rasmus Andersson 8234b62ab7 Speeds up font compilation by around 200%
Cython is used to compile some hot paths into native Python extensions.
These hot paths were identified through running ufocompile with the hotshot
profiler and then converting file by file to Cython, starting with the "hottest"
paths and continuing until returns were deminishing. This means that only a few
Python files were converted to Cython.

Closes #23
Closes #20 (really this time)
2017-09-04 11:12:34 -04:00
..
.gitignore Speeds up font compilation by around 200% 2017-09-04 11:12:34 -04:00
__init__.py Initial public commit 2017-08-22 02:23:08 -07:00
alignpoints.pyx Speeds up font compilation by around 200% 2017-09-04 11:12:34 -04:00
anchors.py Initial public commit 2017-08-22 02:23:08 -07:00
Build.pyx Speeds up font compilation by around 200% 2017-09-04 11:12:34 -04:00
convertCurves.pyx Speeds up font compilation by around 200% 2017-09-04 11:12:34 -04:00
curveFitPen.py Initial public commit 2017-08-22 02:23:08 -07:00
decomposeGlyph.pyx Speeds up font compilation by around 200% 2017-09-04 11:12:34 -04:00
features.py Initial public commit 2017-08-22 02:23:08 -07:00
generateGlyph.py Initial public commit 2017-08-22 02:23:08 -07:00
instanceNames.py Fixes broken italic (oblique) styles. The issue was that component decomposition did not happen in the correct order for some glyphs 2017-08-30 19:35:06 -07:00
italics.pyx Speeds up font compilation by around 200% 2017-09-04 11:12:34 -04:00
LICENSE Initial public commit 2017-08-22 02:23:08 -07:00
markFeature.py Initial public commit 2017-08-22 02:23:08 -07:00
mitreGlyph.pyx Speeds up font compilation by around 200% 2017-09-04 11:12:34 -04:00
mix.pyx Speeds up font compilation by around 200% 2017-09-04 11:12:34 -04:00
ORIGIN.txt Initial public commit 2017-08-22 02:23:08 -07:00
setup.py Speeds up font compilation by around 200% 2017-09-04 11:12:34 -04:00