diff options
Diffstat (limited to 'contrib/groff/grops/TODO')
-rw-r--r-- | contrib/groff/grops/TODO | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/contrib/groff/grops/TODO b/contrib/groff/grops/TODO new file mode 100644 index 0000000..da67973 --- /dev/null +++ b/contrib/groff/grops/TODO @@ -0,0 +1,29 @@ +Read PFB files directly. + +Generate %%DocumentMedia comment. + +Generate %%For comment. + +Generate %%Title comment. + +For efficiency it might be better to have the printer interface have +support for the t and u commands. + +Angles in arc command: don't generate more digits after the decimal +point than are necessary. + +Possibly generate BoundingBox comment. + +Per font composite character mechanism (sufficient for fractions). + +Consider whether we ought to do rounding of graphical objects other +than lines. What's the point? + +Error messages should refer to output page number. + +Search for downloadable fonts using their PostScript names if not +found in download file. + +Separate path for searching for downloadable font files. + +Clip to the BoundingBox when importing documents. |