[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-19 14:26:46
|
jkoshy 2003/05/19 07:26:45 PDT Modified files: py-freetype freetype.pyx Log: - FT_Face objects: + Cache attributes that are expensive to compute (face_flags, style_flags, charmaps among others. + Add a 'postscript_name' attribute that retrieves the postscript name of the face if present. + Implement support for the 'available_sizes' attribute. + Return tuples instead of lists for 'face_flags', 'style_flags' and 'charmaps'. + add a new __is_valid__ method that checks if the face object is valid and which throws an exception otherwise. + Make all methods check for validity before proceeding. + Implement the get_BDF_charset_id method. + Implement the 'attach_file()' method. Revision Changes Path 1.14 +123 -27 src/py-freetype/freetype.pyx |