[Indic-computing-cvs-logs] cvs commit: src/py-freetype freetype.pyx pyft2test.py
Status: Alpha
Brought to you by:
jkoshy
From: Joseph K. <jk...@us...> - 2003-05-17 01:15:56
|
jkoshy 2003/05/16 18:15:54 PDT Modified files: py-freetype freetype.pyx pyft2test.py Log: - Allow FT_Fixed, FT_Angle, and FT_F26Dot6 objects to be initialized directly from a bit pattern using a 'bits=pattern' keyword. - Cope with the fact that in Pyrex generated C code, the type of `self' need not be object's class when the arithmetic operators are called. - Implement support for the FT_Matrix wrapper type. - Create top-level type names without creating dummy objects [duh]. - New tests for the FT_Matrix type and for the new functionality in the wrappers for FT_{Integral} types. Revision Changes Path 1.12 +216 -86 src/py-freetype/freetype.pyx 1.11 +165 -1 src/py-freetype/pyft2test.py |