X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/e9aeedc51047d8d5e9e45c5253c776f8994da965..3a0c83394d5783715fab2be29fa1a9cfc3574e28:/src/librarian/font-optimizer/ext/Font-TTF/TODO diff --git a/src/librarian/font-optimizer/ext/Font-TTF/TODO b/src/librarian/font-optimizer/ext/Font-TTF/TODO deleted file mode 100644 index a562dc4..0000000 --- a/src/librarian/font-optimizer/ext/Font-TTF/TODO +++ /dev/null @@ -1,5 +0,0 @@ - -* 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.