All stamps can be forced to start at a particular size
Use the "--stampsize=..." command-line option or "stampsize=..." config. file setting. Use "default" to allow Tux Paint to decide.
This commit is contained in:
parent
a440a0969b
commit
8b1010d671
4 changed files with 68 additions and 6 deletions
|
|
@ -23,7 +23,7 @@ New Breed Software</p>
|
|||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
||||
|
||||
|
||||
<p>October 23, 2007</p>
|
||||
<p>October 26, 2007</p>
|
||||
|
||||
|
||||
</center>
|
||||
|
|
@ -407,6 +407,18 @@ New Breed Software</p>
|
|||
rather than left-to-right.</p>
|
||||
</dd>
|
||||
|
||||
<dt><code><b>stampsize=<b>SIZE</b></code></dt>
|
||||
<dd>
|
||||
<p>Use this option to force Tux Paint to set the starting size of
|
||||
all stamps. The <code>SIZE</code> value should be between 0 (smallest)
|
||||
and 10 (largest). The size is relative to the available sizes of the
|
||||
stamp, which depends on the stamp itself, and Tux Paint's current
|
||||
canvas size.</p>
|
||||
|
||||
<p>Specifc "<code>default</code>" to let Tux Paint decide
|
||||
(it's standard behavior).</p>
|
||||
</dd>
|
||||
|
||||
<dt><code><b>keyboard=yes</b></code></dt>
|
||||
<dd>
|
||||
<p>This allows the keyboard arrow keys to be used
|
||||
|
|
@ -1016,6 +1028,7 @@ New Breed Software</p>
|
|||
--nostampcontrols<br>
|
||||
--sysfonts<br>
|
||||
--mirrorstamps<br>
|
||||
--stampsize=<i>SIZE</i><br>
|
||||
--keyboard<br>
|
||||
--savedir <i>DIRECTORY</i><br>
|
||||
--datadir <i>DIRECTORY</i><br>
|
||||
|
|
@ -1057,6 +1070,7 @@ New Breed Software</p>
|
|||
--stampcontrols<br>
|
||||
--nosysfonts<br>
|
||||
--dontmirrorstamps<br>
|
||||
--stampsize=default<br>
|
||||
--mouse<br>
|
||||
--saveoverask<br>
|
||||
--save<br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue