[Indic-computing-cvs-logs] cvs commit: src/py-freetype freetype.pyx
Status: Alpha
Brought to you by:
jkoshy
From: Joseph K. <jk...@us...> - 2003-05-07 11:10:46
|
jkoshy 2003/05/07 04:10:46 PDT Modified files: py-freetype freetype.pyx Log: - New stub classes: FT_Glyph, FT_Fixed, FT_Vector, FT_Matrix - Make FT_Err_* constants available at the top-level of this module for use by clients. Generate these via the `make-ft-errors' hack from the installed FreeType library headers. - FT_Exception objects now use the verbose (human readable) error string if converted to a printable string. - New stub functions for FT_Face() - Simulate readonly access to the underlying (FreeType) FT_Face object using __getattr__(). - Typo corrections Revision Changes Path 1.7 +208 -18 src/py-freetype/freetype.pyx |