File: TODO

package info (click to toggle)
libfont-ttf-perl 1.06-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,144 kB
  • sloc: perl: 17,929; makefile: 10
file content (6 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
* Currently no support for format 1 Name tables

* update() is a mess. What is needed is a mark sweep clean algorithm where the
  dirty is used only for tables that have changed. Thus if a table is updated
  it could well become dirty! Also need to be able to pass a force parameter
  to force a table to update and all the tables in its dependency tree.