Fixed command-line options for disable/enable Label tool.
Added config-file option for disable/enable Label tool. Documented options to disable/enable Label tool.
This commit is contained in:
parent
a90f2548dc
commit
59fc4cacb0
4 changed files with 39 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
.\" tuxpaint.1 - 2009.07.01
|
||||
.TH TUXPAINT 1 "1 July 2009" "0.9.22" "Tux Paint"
|
||||
.\" tuxpaint.1 - 2009.10.03
|
||||
.TH TUXPAINT 1 "3 October 2009" "0.9.22" "Tux Paint"
|
||||
.SH NAME
|
||||
tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||
|
||||
|
|
@ -59,6 +59,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
|||
.br
|
||||
[\-\-nomagiccontrols]
|
||||
.br
|
||||
[\-\-nolabel]
|
||||
.br
|
||||
[\-\-mirrorstamps]
|
||||
.br
|
||||
[\-\-stampsize=\fISIZE\fP]
|
||||
|
|
@ -131,6 +133,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
|||
.br
|
||||
[\-\-magiccontrols]
|
||||
.br
|
||||
[\-\-label]
|
||||
.br
|
||||
[\-\-dontmirrorstamps]
|
||||
.br
|
||||
[\-\-stampsize=default]
|
||||
|
|
@ -347,6 +351,11 @@ controlling whether a Magic tool is used like a paint brush, or if it
|
|||
affects the entire image at once. (Note: Not all Magic tools will be
|
||||
controllable.)
|
||||
|
||||
.TP 8
|
||||
.B \-\-nolabel \-\-label
|
||||
Disable or enable (default) the \fILabel\fP tool, which lets you create
|
||||
text which can be altered or moved later.
|
||||
|
||||
.TP 8
|
||||
.B \-\-mirrorstamps \-\-dontmirrorstamps
|
||||
With \fImirrorstamps\fP set, stamps which can be mirrored will appear
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue