Rev 3002 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1048 | cbradney | 1 | TODO: |
2 | |||
3 | Create optional sample paragraphs block. |
||
4 | |||
5 | Make a PDF sample page for the web site using three example fonts such as... |
||
6 | Utopia, Bitstream Charter Luxi, Helvetica or any of the Web fonts |
||
7 | - Trebuchet, Times *New * Roman, Georgia |
||
8 | |||
9 | You can manually hack the code to produce less sample lines per font, |
||
10 | then more fonts may fit on the page. The status bar currently does not |
||
11 | reflect this. It will assume three fonts per sheet. Later we may add a |
||
12 | user dialog to select the sample lines to be printed. |
||
13 | |||
14 | Need improvments to the clean up code to insure that temp images are removed |
||
15 | from .scribus folder. |
||
16 | |||
17 | Improve the Listbox events coding. |
||
18 | |||
19 | Continual holding of Up or Down keys causes preview to be redrawn rapidly. This causes |
||
20 | a number of problems. Needs a timer to delay redraws when scrolling. |
||
21 | |||
22 | Improve on the documentation of the functions. |
||
3002 | mrdocs | 23 | |
24 | The script checks at startup for certain fonts needed for the Table of Contents, page |
||
25 | numbers etc. If suitable fonts are not available the script will report back to the console |
||
26 | with a list of possible fonts that will work. Unfortunately if Scribus is not started from a |
||
27 | terminal then there will be no indication of a problem. |