Sync docs to get Stamps rotation info
This commit is contained in:
parent
9c25b2fda5
commit
83ff3afcc2
25 changed files with 451 additions and 23 deletions
|
|
@ -318,6 +318,20 @@ Windows のユーザー
|
|||
を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--stampcontrols"
|
||||
で変更できます。
|
||||
|
||||
nostamprotation=yes
|
||||
|
||||
This disables the rotation step of the Stamps tool, immediately
|
||||
placing the stamp in its regular orientation (with any flipping or
|
||||
mirroring applied) on the first click.
|
||||
|
||||
📜 Note: The stamp rotation feature was added to Tux Paint in
|
||||
version 0.9.29.
|
||||
|
||||
⚙ 注: システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "nostamprotation=no"
|
||||
または "stamprotation=yes"
|
||||
を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--stamprotation"
|
||||
で変更できます。
|
||||
|
||||
nomagiccontrols=yes
|
||||
|
||||
「まほう」ツールの中には、「ふで」ツールのように画像の一部分だけに効果を及ぼすか、キャンバス全体に効果を及ぼすかを選択できるものがあります。このオプションを設定すると、「まほう」ツールの動作の選択を無効にして、ツールごとに標準の動作だけをするようにします。(たいていは「ふで」のような動作になります)
|
||||
|
|
@ -1174,6 +1188,7 @@ Windows のユーザー
|
|||
--nooutlines
|
||||
--nostamps
|
||||
--nostampcontrols
|
||||
--nostamprotation
|
||||
--nomagiccontrols
|
||||
--noshapecontrols
|
||||
--nolabel
|
||||
|
|
@ -1247,6 +1262,7 @@ Windows のユーザー
|
|||
--outlines
|
||||
--stamps
|
||||
--stampcontrols
|
||||
--stamprotation
|
||||
--magiccontrols
|
||||
--shapecontrols
|
||||
--label
|
||||
|
|
|
|||
|
|
@ -216,7 +216,28 @@ Tux Paint の起動
|
|||
|
||||
「はんこ」ツールは、スタンプやステッカーを集めたようなものです。馬や木、月など、あらかじめ用意された様々な写真やイラストを絵に貼り付けることができます。
|
||||
|
||||
マウスのカーソル動きに応じて画像の輪郭が表示され、貼り付け位置と大きさがわかります。
|
||||
As you move the mouse around the canvas, an outline follows the
|
||||
mouse, showing where the stamp will be placed, and how big it will
|
||||
be. Click on the canvas where you wish to place the stamp.
|
||||
|
||||
Normal Stamps Mode
|
||||
|
||||
Now you can move the mouse around the canvas to
|
||||
rotate the stamp.
|
||||
|
||||
Click the mouse button again and the stamp will be
|
||||
added to the drawing.
|
||||
|
||||
Simple Stamps Mode
|
||||
If "stamp rotation" option is disabled, the stamp
|
||||
will be drawn on the canvas when you let go of the
|
||||
mouse button. (There's no rotation step.)
|
||||
|
||||
⚙ "stamp rotation" ("stamprotation")
|
||||
についての詳細は、各種設定について" のドキュメントを参照して下さい。
|
||||
|
||||
📜 Note: The stamp rotation feature was added to Tux Paint in
|
||||
version 0.9.29.
|
||||
|
||||
スタンプは、動物、植物、宇宙、乗り物、人物といった多くのカテゴリに分類されています。セレクタの左右の矢印のボタンを使ってカテゴリを切り替えることができます。
|
||||
|
||||
|
|
|
|||
|
|
@ -621,6 +621,19 @@
|
|||
<span title="Configuration option">⚙</span> <strong>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>nostampcontrols=no</code>" または "<code>stampcontrols=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--stampcontrols</code>" で変更できます。 </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>nostamprotation=yes</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
This disables the rotation step of the <b>Stamps</b> tool, immediately placing the stamp in its regular orientation (with any flipping or mirroring applied) on the first click. </p>
|
||||
<p class="note">
|
||||
<span title="Version variation">📜</span> <strong>Note:</strong> The stamp rotation feature was added to Tux Paint in version 0.9.29. </p>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>nostamprotation=no</code>" または "<code>stamprotation=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--stamprotation</code>" で変更できます。 </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>nomagiccontrols=yes</b></code>
|
||||
</dt>
|
||||
|
|
@ -2297,6 +2310,7 @@
|
|||
--nooutlines<br>
|
||||
--nostamps<br>
|
||||
--nostampcontrols<br>
|
||||
--nostamprotation<br>
|
||||
--nomagiccontrols<br>
|
||||
--noshapecontrols<br>
|
||||
--nolabel<br>
|
||||
|
|
@ -2375,6 +2389,7 @@
|
|||
--outlines<br>
|
||||
--stamps<br>
|
||||
--stampcontrols<br>
|
||||
--stamprotation<br>
|
||||
--magiccontrols<br>
|
||||
--shapecontrols<br>
|
||||
--label<br>
|
||||
|
|
|
|||
|
|
@ -560,7 +560,33 @@
|
|||
「はんこ」ツールは、スタンプやステッカーを集めたようなものです。馬や木、月など、あらかじめ用意された様々な写真やイラストを絵に貼り付けることができます。 </p>
|
||||
|
||||
<p>
|
||||
マウスのカーソル動きに応じて画像の輪郭が表示され、貼り付け位置と大きさがわかります。 </p>
|
||||
As you move the mouse around the canvas, an outline follows the mouse, showing where the stamp will be placed, and how big it will be. Click on the canvas where you wish to place the stamp. </p>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<strong>Normal Stamps Mode</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Now you can move the mouse around the canvas to rotate the stamp. </p>
|
||||
|
||||
<p>
|
||||
Click the mouse button again and the stamp will be added to the drawing. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<strong>Simple Stamps Mode</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
If "stamp rotation" option is disabled, the stamp will be drawn on the canvas when you let go of the mouse button. (There's no rotation step.) <p class="note">
|
||||
<span title="Configuration option">⚙</span> "stamp rotation" ("<code>stamprotation</code>") についての詳細は、<a href="OPTIONS.html"><em>各種設定について</em></a>" のドキュメントを参照して下さい。 </p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="note">
|
||||
<span title="Version variation">📜</span> <strong>Note:</strong> The stamp rotation feature was added to Tux Paint in version 0.9.29. </p>
|
||||
|
||||
<div class="screenshot-center">
|
||||
<img src="../../html/images/ex_stamps.png"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue