From 634d7353ea1323babc62bd3452c334b94c3a036d Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Mon, 12 Dec 2011 07:02:21 +0100 Subject: [PATCH] TODO: Add some ideas regarding option -p and composite glyphs. --- TODO | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/TODO b/TODO index 63e3fc9..1bb2ddc 100644 --- a/TODO +++ b/TODO @@ -71,6 +71,18 @@ try to reduce size of hints by handling strong points separately add a config and/or command file for batch handling +warn against overwrite of output file? + +improve rendering of composite glyphs + 1. scan font to mark all glyphs used as composite elements + 2. for glyphs found in 1.: use CVS register to pass nest level to + bytecode; if > 0, don't apply it + 3. don't pass FT_LOAD_NO_RECURSE to autohinter + +reduce output size of option -p: + 1. compare outline rendered at EM value with unhinted outline + 2. pre-hint only if 1. differs more than given threshold (default 0.5%?) + later enhancements ------------------ -- 2.11.4.GIT