Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | Here is a list of items that need to be addressed in FreeType 2 |
michael@0 | 2 | --------------------------------------------------------------- |
michael@0 | 3 | |
michael@0 | 4 | * Implement stem3/counter hints properly in the Postscript hinter. |
michael@0 | 5 | |
michael@0 | 6 | * Add CIDCMap support to the CID driver. |
michael@0 | 7 | |
michael@0 | 8 | * Add track kerning support to the PFR driver. |
michael@0 | 9 | |
michael@0 | 10 | * Add kerning (AFM file) support to the CID driver. |
michael@0 | 11 | |
michael@0 | 12 | |
michael@0 | 13 | Here is a list of bugs which should be handled |
michael@0 | 14 | ---------------------------------------------- |
michael@0 | 15 | |
michael@0 | 16 | Other bugs have been registered at the savannah bugzilla of FreeType. |
michael@0 | 17 | |
michael@0 | 18 | * CID driver: |
michael@0 | 19 | Handle the case where a CID font has a top-level font matrix also |
michael@0 | 20 | (see PLRM, 5.11.3, Type 0 CIDFonts). Since CID_FaceInfoRec lacks |
michael@0 | 21 | a font_matrix entry we have to directly apply it to all subfont |
michael@0 | 22 | matrices. |
michael@0 | 23 | |
michael@0 | 24 | * CID driver: |
michael@0 | 25 | Use top-level font matrix entry for setting the upem value, not the |
michael@0 | 26 | entries in the FDarray. If absent, use 1000. |
michael@0 | 27 | |
michael@0 | 28 | ------------------------------------------------------------------------ |
michael@0 | 29 | |
michael@0 | 30 | Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 by |
michael@0 | 31 | David Turner, Robert Wilhelm, and Werner Lemberg. |
michael@0 | 32 | |
michael@0 | 33 | This file is part of the FreeType project, and may only be used, |
michael@0 | 34 | modified, and distributed under the terms of the FreeType project |
michael@0 | 35 | license, LICENSE.TXT. By continuing to use, modify, or distribute this |
michael@0 | 36 | file you indicate that you have read the license and understand and |
michael@0 | 37 | accept it fully. |
michael@0 | 38 | |
michael@0 | 39 | |
michael@0 | 40 | --- end of TODO --- |