michael@0: Here is a list of items that need to be addressed in FreeType 2 michael@0: --------------------------------------------------------------- michael@0: michael@0: * Implement stem3/counter hints properly in the Postscript hinter. michael@0: michael@0: * Add CIDCMap support to the CID driver. michael@0: michael@0: * Add track kerning support to the PFR driver. michael@0: michael@0: * Add kerning (AFM file) support to the CID driver. michael@0: michael@0: michael@0: Here is a list of bugs which should be handled michael@0: ---------------------------------------------- michael@0: michael@0: Other bugs have been registered at the savannah bugzilla of FreeType. michael@0: michael@0: * CID driver: michael@0: Handle the case where a CID font has a top-level font matrix also michael@0: (see PLRM, 5.11.3, Type 0 CIDFonts). Since CID_FaceInfoRec lacks michael@0: a font_matrix entry we have to directly apply it to all subfont michael@0: matrices. michael@0: michael@0: * CID driver: michael@0: Use top-level font matrix entry for setting the upem value, not the michael@0: entries in the FDarray. If absent, use 1000. michael@0: michael@0: ------------------------------------------------------------------------ michael@0: michael@0: Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 by michael@0: David Turner, Robert Wilhelm, and Werner Lemberg. michael@0: michael@0: This file is part of the FreeType project, and may only be used, michael@0: modified, and distributed under the terms of the FreeType project michael@0: license, LICENSE.TXT. By continuing to use, modify, or distribute this michael@0: file you indicate that you have read the license and understand and michael@0: accept it fully. michael@0: michael@0: michael@0: --- end of TODO ---