From e40ce965a69c748ee8c1160d0fec117a1e3e94d9 Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 20 Oct 2001 18:53:50 +0000 Subject: [PATCH] implemented font cache --- TODO | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/TODO b/TODO index b9ef7ef..321083b 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,9 @@ Priorities: 1. Make the swfs that pdf2swf generates smaller -2. Make pdf2swf faster -3. General improvements -4. Make pdf2swf cope with more complex pdfs -5. Do some sample swfs for swfcombine -6. Cleanups in rfxswf-lib. +2. General improvements +3. Make pdf2swf cope with more complex pdfs +4. Do some sample swfs for swfcombine +5. Cleanups in rfxswf-lib. Make the swfs pdf2swf generates smaller: @@ -22,12 +21,6 @@ Make pdf2swf cope with more complex pdfs: Bugs: * big jpegs sometimes have wrong colors -Make pdf2swf faster: - - * Embedded fonts which are used more than once are also converted more - than once. Implement a font cache, like the one in xpdf. (font->getID().num - seems to be unique for every font) - Do some sample swfs for swfcombine: * Some swf for displaying other swfs frame by frame (e.g. with next/previous -- 1.7.10.4