[Indic-computing-cvs-logs] cvs commit: src/py-freetype COPYRIGHT Makefile README freetype.pyx pyft.
Status: Alpha
Brought to you by:
jkoshy
From: Joseph K. <jk...@us...> - 2003-04-30 16:36:13
|
jkoshy 2003/04/30 09:36:12 PDT Modified files: py-freetype Makefile freetype.pyx pyft2test.py Added files: py-freetype COPYRIGHT README pyft.h Log: o Bring this code to the point where it can open the FreeType library object and retrieve the library version number. Update test cases to check the return value appropriately. o Add a copyright file (a standard BSD style copyright that is compatible with the GPL, and the Python License). o A new header file "pyft.h" works around a limitation in Pyrex's `cdef extern from' statement (suggested by Greg Ewing <greg(@)cosc.canterbury.ac.nz>) o Makefile changes to run the 'test' target by default. o New 'README' file. Revision Changes Path 1.1 +29 -0 src/py-freetype/COPYRIGHT (new) 1.2 +6 -4 src/py-freetype/Makefile 1.1 +27 -0 src/py-freetype/README (new) 1.2 +62 -2 src/py-freetype/freetype.pyx 1.1 +21 -0 src/py-freetype/pyft.h (new) 1.2 +17 -2 src/py-freetype/pyft2test.py |