1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/modules/freetype2/docs/TODO Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,40 @@ 1.4 +Here is a list of items that need to be addressed in FreeType 2 1.5 +--------------------------------------------------------------- 1.6 + 1.7 +* Implement stem3/counter hints properly in the Postscript hinter. 1.8 + 1.9 +* Add CIDCMap support to the CID driver. 1.10 + 1.11 +* Add track kerning support to the PFR driver. 1.12 + 1.13 +* Add kerning (AFM file) support to the CID driver. 1.14 + 1.15 + 1.16 +Here is a list of bugs which should be handled 1.17 +---------------------------------------------- 1.18 + 1.19 +Other bugs have been registered at the savannah bugzilla of FreeType. 1.20 + 1.21 +* CID driver: 1.22 + Handle the case where a CID font has a top-level font matrix also 1.23 + (see PLRM, 5.11.3, Type 0 CIDFonts). Since CID_FaceInfoRec lacks 1.24 + a font_matrix entry we have to directly apply it to all subfont 1.25 + matrices. 1.26 + 1.27 +* CID driver: 1.28 + Use top-level font matrix entry for setting the upem value, not the 1.29 + entries in the FDarray. If absent, use 1000. 1.30 + 1.31 +------------------------------------------------------------------------ 1.32 + 1.33 +Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 by 1.34 +David Turner, Robert Wilhelm, and Werner Lemberg. 1.35 + 1.36 +This file is part of the FreeType project, and may only be used, 1.37 +modified, and distributed under the terms of the FreeType project 1.38 +license, LICENSE.TXT. By continuing to use, modify, or distribute this 1.39 +file you indicate that you have read the license and understand and 1.40 +accept it fully. 1.41 + 1.42 + 1.43 +--- end of TODO ---