Brought up to date
[swftools.git] / TODO
1 General:
2
3     * make more stuff dependent on the information in config.h
4     * consistent output handling if -o is missing. (out.swf/stdout)
5     * do some pf{a,b}->swf converter for the standard fonts
6
7 pdf2swf:
8
9     * The following pdf properties are not yet dealt with:
10       o dashed lines (maybe by using fillstyle to keep Shapes small, maybe
11               optional- use another color for dashed lines)
12       o (type 3 and truetype fonts)
13     * temporary file name generation is broken: pdf2swf/pdf2swf.cc, pdf2swf/xpdf/gfile.cc
14     * fix memory leaks
15
16 swfcombine:
17
18     * Allow substituting frames (which have a name), too?
19     * Allow ids instead of names
20     * Relocate  SetTarget "/content"  stuff
21     * --merge mode? (Doesn't store everything in movieclips)
22
23 swfdump:
24
25     * Make the output shorter.
26
27 rfxswf-lib:
28    
29     * swf_WriteFont() should write definefont2 tags for more complex fonts.
30     * modules/swfshape doesn't allow changing to fillstyle 0
31     * modules/swffont:TextSetInfoRecord doesn't allow changing to coordinate 0
32     * s/GetDataSize/GetTagLen/g
33       s/GetDataSizePtr/GetTagLenPtr/g
34       (s/GetFrameNo/GetTagFrameNo/g ?)
35     
36