Added new extension module t1code which contains C versions of the
commita2f6deaec25059551c469239a7ec70f4d267b411
authorJörg Lehmann <joergl@users.sourceforge.net>
Sat, 24 Sep 2005 11:39:30 +0000 (24 11:39 +0000)
committerJörg Lehmann <joergl@users.sourceforge.net>
Sat, 24 Sep 2005 11:39:30 +0000 (24 11:39 +0000)
tree36692664134d97091ee521b8ffa6a963ee0a2698
parent468944a15ced74a692214cdab7084d077e704b17
Added new extension module t1code which contains C versions of the
de-/encoders used in Type 1 font file. On my machine this yields
a speedup of around 50% for test_text.py compared to the pure Python
version.

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2474 069f4177-920e-0410-937b-c2a4a81bcd90
CHANGES
pyx/font/_t1code.c [new file with mode: 0644]
setup.py