X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/ef7911fba9c330552599bc6eb9dc22606246dd7e..68b03397a0872d10d3627cea2b92ae36bd59183c:/font-optimizer/ext/Font-TTF/TODO?ds=sidebyside diff --git a/font-optimizer/ext/Font-TTF/TODO b/font-optimizer/ext/Font-TTF/TODO new file mode 100644 index 0000000..a562dc4 --- /dev/null +++ b/font-optimizer/ext/Font-TTF/TODO @@ -0,0 +1,5 @@ + +* 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.