More ideas.
[ttfautohint.git] / TODO
blob443bd997205b894884e28fd5520a9bc775192234
1 simplify hinting bytecode by using the undocumented properties of some
2   instructions to shift the original coordinates of twilight points
3   (as confirmed by Greg)
5 testing with Windows font checker
7 man page for ttfautohint library?
8 install library?
10 `modified' field in `head'
11 `lowestRecPPEM' field in `head'
13 handling OT features -> use HarfBuzz?
15 controlling `gasp' table
17 controlling activation threshold of blue zone widths
19 controlling the width of blue zones
21 handle normal and bold fonts differently; cf. Infinality patches
23 Implementing `x-height-snapping-exceptions' and `pre-hinting'.
25 write a platform-independent GUI
27 add CJK autohinting module?
29 hinting in x direction also?
30   -> warper: shifting with and without scaling
31   -> `standard' autofit hinting
33 try to reduce size of hints by handling strong points separately
35 add a config and/or command file for batch handling
37 allow hinting of single glyphs, using a config file which holds the global
38 settings
40 instead of emitting bytecode, write the hints as a VTT or FontLab script?
42 make creation of DSIG table optional
44 EOF