PostScript printing code rewritten, based on NetPBM's 'pnmtops' tool by Jef Poskanzer.
PostScript printing now uses libprint to determine papersize, and scale and position image accordingly. Thanks to Henry House. "--papersize" option added to allow PostScript printing code to use a different size than libpaper reports as the user's or system's default.
This commit is contained in:
parent
4b642d53d5
commit
b16832d76a
10 changed files with 420 additions and 74 deletions
|
|
@ -1,5 +1,5 @@
|
|||
.\" tuxpaint.1 - 2007.06.19
|
||||
.TH TUXPAINT 1 "19 June 2007" "0.9.17" "Tux Paint"
|
||||
.\" tuxpaint.1 - 2007.06.25
|
||||
.TH TUXPAINT 1 "25 June 2007" "0.9.17" "Tux Paint"
|
||||
.SH NAME
|
||||
tuxpaint -- A drawing program for young children.
|
||||
|
||||
|
|
@ -18,6 +18,7 @@ tuxpaint -- A drawing program for young children.
|
|||
[\-\-noprint]
|
||||
[\-\-printdelay=\fISECONDS\fP]
|
||||
[\-\-printcfg]
|
||||
[\-\-papersize=\fIPAPERSIZE\fP]
|
||||
[\-\-simpleshapes]
|
||||
[\-\-uppercase]
|
||||
[\-\-grab]
|
||||
|
|
@ -155,6 +156,12 @@ fullscreen mode.) If \-\-printcfg is used, your previous settings will
|
|||
be loaded when \fITux Paint\fP starts up, and setting changes will be saved
|
||||
for next time.
|
||||
|
||||
.TP 8
|
||||
.B \-\-papersize=\fIPAPERSIZE\fP
|
||||
(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
|
||||
Ask \fITux Paint\fP to generate PostScript of a particular paper size.
|
||||
Valid sizes are those supported by libpaper. See papersize(5).
|
||||
|
||||
.TP 8
|
||||
.B \-\-simpleshapes \-\-complexshapes
|
||||
Disable or enable (default) the \fIrotation\fP step when using the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue