jkoshy 2003/05/20 21:48:19 PDT
Modified files:
py-freetype Makefile README pyft2test.py
Added files:
py-freetype ROADMAP
Log:
- Add a new 'ROADMAP' file that lists the development roadmap that
we are following.
- Change the makefile to create test data contents the first time
'make' is invoked. Copy the necessary test data from the appropriate
X11R6 font directories.
- Change the test cases handling TTF fonts to expected the test data
from the current TTF test font "luximb" from "lib/X11/fonts/TTF/".
- Update README to reflect current reality.
Revision Changes Path
1.6 +17 -1 src/py-freetype/Makefile
1.3 +5 -14 src/py-freetype/README
1.1 +39 -0 src/py-freetype/ROADMAP (new)
1.15 +20 -22 src/py-freetype/pyft2test.py
|