Resync docs to grab README -> Magic updates
...mentioning magic sizing, and updating magic controls section.
This commit is contained in:
parent
db62ccbb7b
commit
7964091a23
20 changed files with 296 additions and 41 deletions
|
|
@ -440,7 +440,7 @@ Simplification
|
|||
Some Magic tools offer various size settings. This option disables
|
||||
the sizing control, and only provides the tools' default sizes.
|
||||
(Some plugins may offer additional variations of a Magic tool, to
|
||||
make a few sizes possible, e.g. "Bricks" and "Googly Eyes".
|
||||
make a few sizes possible, e.g. "Bricks" and "Googly Eyes".)
|
||||
|
||||
⚙ Note: If used in a system-wide configuration file, may be
|
||||
overridden by the user's configuration file using
|
||||
|
|
|
|||
|
|
@ -588,11 +588,37 @@ Available Tools
|
|||
picture, and/or simply click the picture once, to apply the
|
||||
effect.
|
||||
|
||||
If the tool can be used by clicking and dragging, a 'painting'
|
||||
button will be available on the left, below the list of Magic
|
||||
tools on the right side of the screen. If the tool can affect the
|
||||
entire picture at once, an 'entire picture' button will be
|
||||
available on the right.
|
||||
Magic Controls
|
||||
|
||||
If the tool can be used by clicking and dragging, a 'painting'
|
||||
button will be available on the left, below the list of Magic
|
||||
tools on the right side of the screen. If the tool can affect
|
||||
the entire picture at once, an 'entire picture' button will be
|
||||
available on the right.
|
||||
|
||||
⚙ Note: If the "nomagiccontrols" option is set, Tux Paint won't
|
||||
display the painting or entire picture controls. See the
|
||||
"Options" documentation.
|
||||
|
||||
💡 If the magic controls are disabled, the Magic plugin may make
|
||||
separate tools available, one for painting and one that affects
|
||||
the entire pictre.
|
||||
|
||||
Magic Sizing
|
||||
|
||||
Some tools offer different sizing options. If so, a slider will
|
||||
appear at the bottom right side of the screen. This may affect
|
||||
the radius of a special effect (e.g., Darken) or painted object
|
||||
(e.g., Patterns), or other attributes (e.g., large versus small
|
||||
Brick shapes).
|
||||
|
||||
⚙ Note: If the "nomagicsizes" option is set, Tux Paint won't
|
||||
display the sizing controls. See the "Options" documentation.
|
||||
|
||||
💡 If the sizing option is disabled, the Magic plugin may simply
|
||||
offer a default size (e.g., Patterns), or it may make separate
|
||||
tools available with different pre-set sizes (e.g., Bricks and
|
||||
Googly Eyes).
|
||||
|
||||
See the instructions for each Magic tool (in the 'magic-docs'
|
||||
folder).
|
||||
|
|
|
|||
|
|
@ -671,7 +671,7 @@
|
|||
|
||||
<dd>
|
||||
<p>
|
||||
Some <b>Magic</b> tools offer various size settings. This option disables the sizing control, and only provides the tools' default sizes. (Some plugins may offer additional variations of a Magic tool, to make a few sizes possible, e.g. "Bricks" and "Googly Eyes". </p>
|
||||
Some <b>Magic</b> tools offer various size settings. This option disables the sizing control, and only provides the tools' default sizes. (Some plugins may offer additional variations of a Magic tool, to make a few sizes possible, e.g. "Bricks" and "Googly Eyes".) </p>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nomagicsizes=no</code>" or "<code>magicsizes=yes</code>". In both cases, may be overridden by the command-line option "<code>--magicsizes</code>". </p>
|
||||
</dd>
|
||||
|
|
|
|||
|
|
@ -912,8 +912,33 @@
|
|||
<p>
|
||||
The Magic tool is actually a set of special tools. Select one of the 'magic' effects from the selector on the right. Then, depending on the tool, you can either click and drag around the picture, and/or simply click the picture once, to apply the effect. </p>
|
||||
|
||||
<p>
|
||||
If the tool can be used by clicking and dragging, a 'painting' button will be available on the left, below the list of Magic tools on the right side of the screen. If the tool can affect the entire picture at once, an 'entire picture' button will be available on the right. </p>
|
||||
<strong>Magic Controls</strong>
|
||||
<blockquote>
|
||||
<p>
|
||||
If the tool can be used by clicking and dragging, a 'painting' button will be available on the left, below the list of Magic tools on the right side of the screen. If the tool can affect the entire picture at once, an 'entire picture' button will be available on the right. </p>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>Note</strong>: If the "<code>nomagiccontrols</code>" option is set, Tux Paint won't display the painting or entire picture controls. See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation. </p>
|
||||
<p class="note">
|
||||
<span title="Information">💡</span> If the magic controls are disabled, the Magic plugin may make separate tools available, one for painting and one that affects the entire pictre. </p>
|
||||
</blockquote>
|
||||
|
||||
<strong>Magic Sizing</strong>
|
||||
<blockquote>
|
||||
<p>
|
||||
Some tools offer different sizing options. If so, a slider will appear at the bottom right side of the screen. This may affect the radius of a special effect (e.g., Darken) or painted object (e.g., Patterns), or other attributes (e.g., large versus small Brick shapes). </p>
|
||||
|
||||
<div class="screenshot-center">
|
||||
<img src=
|
||||
"../../html/images/tool_slider.png"
|
||||
width="96"
|
||||
height="48"
|
||||
alt="">
|
||||
</div>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>Note</strong>: If the "<code>nomagicsizes</code>" option is set, Tux Paint won't display the sizing controls. See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation. </p>
|
||||
<p class="note">
|
||||
<span title="Information">💡</span> If the sizing option is disabled, the Magic plugin may simply offer a default size (e.g., Patterns), or it may make separate tools available with different pre-set sizes (e.g., Bricks and Googly Eyes). </p>
|
||||
</blockquote>
|
||||
|
||||
<p>
|
||||
See the <a href="../magic-docs/html/index.html">instructions for each Magic tool</a> (in the 'magic-docs' folder). </p>
|
||||
|
|
|
|||
|
|
@ -440,7 +440,7 @@ Simplification
|
|||
Some Magic tools offer various size settings. This option disables
|
||||
the sizing control, and only provides the tools' default sizes.
|
||||
(Some plugins may offer additional variations of a Magic tool, to
|
||||
make a few sizes possible, e.g. "Bricks" and "Googly Eyes".
|
||||
make a few sizes possible, e.g. "Bricks" and "Googly Eyes".)
|
||||
|
||||
⚙ Note: If used in a system-wide configuration file, may be
|
||||
overridden by the user's configuration file using
|
||||
|
|
|
|||
|
|
@ -588,11 +588,37 @@ Available Tools
|
|||
picture, and/or simply click the picture once, to apply the
|
||||
effect.
|
||||
|
||||
If the tool can be used by clicking and dragging, a 'painting'
|
||||
button will be available on the left, below the list of Magic
|
||||
tools on the right side of the screen. If the tool can affect the
|
||||
entire picture at once, an 'entire picture' button will be
|
||||
available on the right.
|
||||
Magic Controls
|
||||
|
||||
If the tool can be used by clicking and dragging, a 'painting'
|
||||
button will be available on the left, below the list of Magic
|
||||
tools on the right side of the screen. If the tool can affect
|
||||
the entire picture at once, an 'entire picture' button will be
|
||||
available on the right.
|
||||
|
||||
⚙ Note: If the "nomagiccontrols" option is set, Tux Paint won't
|
||||
display the painting or entire picture controls. See the
|
||||
"Options" documentation.
|
||||
|
||||
💡 If the magic controls are disabled, the Magic plugin may make
|
||||
separate tools available, one for painting and one that affects
|
||||
the entire pictre.
|
||||
|
||||
Magic Sizing
|
||||
|
||||
Some tools offer different sizing options. If so, a slider will
|
||||
appear at the bottom right side of the screen. This may affect
|
||||
the radius of a special effect (e.g., Darken) or painted object
|
||||
(e.g., Patterns), or other attributes (e.g., large versus small
|
||||
Brick shapes).
|
||||
|
||||
⚙ Note: If the "nomagicsizes" option is set, Tux Paint won't
|
||||
display the sizing controls. See the "Options" documentation.
|
||||
|
||||
💡 If the sizing option is disabled, the Magic plugin may simply
|
||||
offer a default size (e.g., Patterns), or it may make separate
|
||||
tools available with different pre-set sizes (e.g., Bricks and
|
||||
Googly Eyes).
|
||||
|
||||
See the instructions for each Magic tool (in the 'magic-docs'
|
||||
folder).
|
||||
|
|
|
|||
|
|
@ -671,7 +671,7 @@
|
|||
|
||||
<dd>
|
||||
<p>
|
||||
Some <b>Magic</b> tools offer various size settings. This option disables the sizing control, and only provides the tools' default sizes. (Some plugins may offer additional variations of a Magic tool, to make a few sizes possible, e.g. "Bricks" and "Googly Eyes". </p>
|
||||
Some <b>Magic</b> tools offer various size settings. This option disables the sizing control, and only provides the tools' default sizes. (Some plugins may offer additional variations of a Magic tool, to make a few sizes possible, e.g. "Bricks" and "Googly Eyes".) </p>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nomagicsizes=no</code>" or "<code>magicsizes=yes</code>". In both cases, may be overridden by the command-line option "<code>--magicsizes</code>". </p>
|
||||
</dd>
|
||||
|
|
|
|||
|
|
@ -912,8 +912,33 @@
|
|||
<p>
|
||||
The Magic tool is actually a set of special tools. Select one of the 'magic' effects from the selector on the right. Then, depending on the tool, you can either click and drag around the picture, and/or simply click the picture once, to apply the effect. </p>
|
||||
|
||||
<p>
|
||||
If the tool can be used by clicking and dragging, a 'painting' button will be available on the left, below the list of Magic tools on the right side of the screen. If the tool can affect the entire picture at once, an 'entire picture' button will be available on the right. </p>
|
||||
<strong>Magic Controls</strong>
|
||||
<blockquote>
|
||||
<p>
|
||||
If the tool can be used by clicking and dragging, a 'painting' button will be available on the left, below the list of Magic tools on the right side of the screen. If the tool can affect the entire picture at once, an 'entire picture' button will be available on the right. </p>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>Note</strong>: If the "<code>nomagiccontrols</code>" option is set, Tux Paint won't display the painting or entire picture controls. See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation. </p>
|
||||
<p class="note">
|
||||
<span title="Information">💡</span> If the magic controls are disabled, the Magic plugin may make separate tools available, one for painting and one that affects the entire pictre. </p>
|
||||
</blockquote>
|
||||
|
||||
<strong>Magic Sizing</strong>
|
||||
<blockquote>
|
||||
<p>
|
||||
Some tools offer different sizing options. If so, a slider will appear at the bottom right side of the screen. This may affect the radius of a special effect (e.g., Darken) or painted object (e.g., Patterns), or other attributes (e.g., large versus small Brick shapes). </p>
|
||||
|
||||
<div class="screenshot-center">
|
||||
<img src=
|
||||
"../../html/images/tool_slider.png"
|
||||
width="96"
|
||||
height="48"
|
||||
alt="">
|
||||
</div>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>Note</strong>: If the "<code>nomagicsizes</code>" option is set, Tux Paint won't display the sizing controls. See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation. </p>
|
||||
<p class="note">
|
||||
<span title="Information">💡</span> If the sizing option is disabled, the Magic plugin may simply offer a default size (e.g., Patterns), or it may make separate tools available with different pre-set sizes (e.g., Bricks and Googly Eyes). </p>
|
||||
</blockquote>
|
||||
|
||||
<p>
|
||||
See the <a href="../magic-docs/html/index.html">instructions for each Magic tool</a> (in the 'magic-docs' folder). </p>
|
||||
|
|
|
|||
|
|
@ -459,7 +459,7 @@ Simplification
|
|||
Some Magic tools offer various size settings. This option disables
|
||||
the sizing control, and only provides the tools' default sizes.
|
||||
(Some plugins may offer additional variations of a Magic tool, to
|
||||
make a few sizes possible, e.g. "Bricks" and "Googly Eyes".
|
||||
make a few sizes possible, e.g. "Bricks" and "Googly Eyes".)
|
||||
|
||||
⚙ Note: If used in a system-wide configuration file, may be
|
||||
overridden by the user's configuration file using
|
||||
|
|
|
|||
|
|
@ -618,11 +618,37 @@ Outils disponibles
|
|||
glisser dans l'image, et / ou simplement cliquer une fois sur
|
||||
l'image pour appliquer l'effet.
|
||||
|
||||
Si l'outil peut être utilisé en cliquant et en faisant glisser, un
|
||||
bouton «peinture» sera disponible sur la gauche, sous la liste des
|
||||
outils «magiques» sur le côté droit de l'écran. Si l'outil peut
|
||||
affecter toute l'image en entier, un bouton «Image entière» sera
|
||||
disponible sur la droite.
|
||||
Magic Controls
|
||||
|
||||
Si l'outil peut être utilisé en cliquant et en faisant glisser,
|
||||
un bouton «peinture» sera disponible sur la gauche, sous la
|
||||
liste des outils «magiques» sur le côté droit de l'écran. Si
|
||||
l'outil peut affecter toute l'image en entier, un bouton «Image
|
||||
entière» sera disponible sur la droite.
|
||||
|
||||
⚙ Note: If the "nomagiccontrols" option is set, Tux Paint won't
|
||||
display the painting or entire picture controls. See the
|
||||
"Options" documentation.
|
||||
|
||||
💡 If the magic controls are disabled, the Magic plugin may make
|
||||
separate tools available, one for painting and one that affects
|
||||
the entire pictre.
|
||||
|
||||
Magic Sizing
|
||||
|
||||
Some tools offer different sizing options. If so, a slider will
|
||||
appear at the bottom right side of the screen. This may affect
|
||||
the radius of a special effect (e.g., Darken) or painted object
|
||||
(e.g., Patterns), or other attributes (e.g., large versus small
|
||||
Brick shapes).
|
||||
|
||||
⚙ Note: If the "nomagicsizes" option is set, Tux Paint won't
|
||||
display the sizing controls. See the "Options" documentation.
|
||||
|
||||
💡 If the sizing option is disabled, the Magic plugin may simply
|
||||
offer a default size (e.g., Patterns), or it may make separate
|
||||
tools available with different pre-set sizes (e.g., Bricks and
|
||||
Googly Eyes).
|
||||
|
||||
Voir les instructions pour chaque outil 'Magie' (dans le dossier
|
||||
'magic-docs').
|
||||
|
|
|
|||
|
|
@ -671,7 +671,7 @@
|
|||
|
||||
<dd>
|
||||
<p>
|
||||
Some <b>Magic</b> tools offer various size settings. This option disables the sizing control, and only provides the tools' default sizes. (Some plugins may offer additional variations of a Magic tool, to make a few sizes possible, e.g. "Bricks" and "Googly Eyes". </p>
|
||||
Some <b>Magic</b> tools offer various size settings. This option disables the sizing control, and only provides the tools' default sizes. (Some plugins may offer additional variations of a Magic tool, to make a few sizes possible, e.g. "Bricks" and "Googly Eyes".) </p>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nomagicsizes=no</code>" or "<code>magicsizes=yes</code>". In both cases, may be overridden by the command-line option "<code>--magicsizes</code>". </p>
|
||||
</dd>
|
||||
|
|
|
|||
|
|
@ -912,8 +912,33 @@
|
|||
<p>
|
||||
L'outil «Magie» est en fait un ensemble d'outils spéciaux. Sélectionnez l'un des effets «magiques» dans le sélecteur de droite. Ensuite, selon l'outil, vous pouvez soit cliquer et faire glisser dans l'image, et / ou simplement cliquer une fois sur l'image pour appliquer l'effet. </p>
|
||||
|
||||
<p>
|
||||
Si l'outil peut être utilisé en cliquant et en faisant glisser, un bouton «peinture» sera disponible sur la gauche, sous la liste des outils «magiques» sur le côté droit de l'écran. Si l'outil peut affecter toute l'image en entier, un bouton «Image entière» sera disponible sur la droite. </p>
|
||||
<strong>Magic Controls</strong>
|
||||
<blockquote>
|
||||
<p>
|
||||
Si l'outil peut être utilisé en cliquant et en faisant glisser, un bouton «peinture» sera disponible sur la gauche, sous la liste des outils «magiques» sur le côté droit de l'écran. Si l'outil peut affecter toute l'image en entier, un bouton «Image entière» sera disponible sur la droite. </p>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>Note</strong>: If the "<code>nomagiccontrols</code>" option is set, Tux Paint won't display the painting or entire picture controls. See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation. </p>
|
||||
<p class="note">
|
||||
<span title="Information">💡</span> If the magic controls are disabled, the Magic plugin may make separate tools available, one for painting and one that affects the entire pictre. </p>
|
||||
</blockquote>
|
||||
|
||||
<strong>Magic Sizing</strong>
|
||||
<blockquote>
|
||||
<p>
|
||||
Some tools offer different sizing options. If so, a slider will appear at the bottom right side of the screen. This may affect the radius of a special effect (e.g., Darken) or painted object (e.g., Patterns), or other attributes (e.g., large versus small Brick shapes). </p>
|
||||
|
||||
<div class="screenshot-center">
|
||||
<img src=
|
||||
"../../html/images/tool_slider.png"
|
||||
width="96"
|
||||
height="48"
|
||||
alt="">
|
||||
</div>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>Note</strong>: If the "<code>nomagicsizes</code>" option is set, Tux Paint won't display the sizing controls. See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation. </p>
|
||||
<p class="note">
|
||||
<span title="Information">💡</span> If the sizing option is disabled, the Magic plugin may simply offer a default size (e.g., Patterns), or it may make separate tools available with different pre-set sizes (e.g., Bricks and Googly Eyes). </p>
|
||||
</blockquote>
|
||||
|
||||
<p>
|
||||
Voir <a href="../magic-docs/html/index.html">les instructions pour chaque outil 'Magie'</a> (dans le dossier 'magic-docs'). </p>
|
||||
|
|
|
|||
|
|
@ -452,7 +452,7 @@ Simplificación
|
|||
Some Magic tools offer various size settings. This option disables
|
||||
the sizing control, and only provides the tools' default sizes.
|
||||
(Some plugins may offer additional variations of a Magic tool, to
|
||||
make a few sizes possible, e.g. "Bricks" and "Googly Eyes".
|
||||
make a few sizes possible, e.g. "Bricks" and "Googly Eyes".)
|
||||
|
||||
⚙ Note: If used in a system-wide configuration file, may be
|
||||
overridden by the user's configuration file using
|
||||
|
|
|
|||
|
|
@ -602,11 +602,37 @@ Ferramentas dispoñíbeis
|
|||
arredor da imaxe e/ou simplemente premer na imaxe unha vez para
|
||||
aplicar o efecto.
|
||||
|
||||
Se a ferramenta pode usarse premendo e arrastrando, estará
|
||||
dispoñíbel un botón de «pintura» á esquerda, baixo a lista de
|
||||
ferramentas Maxia na parte dereita da pantalla. Se a ferramenta
|
||||
pode afectar toda a imaxe á vez, haberá un botón «imaxe completa»
|
||||
á dereita.
|
||||
Magic Controls
|
||||
|
||||
Se a ferramenta pode usarse premendo e arrastrando, estará
|
||||
dispoñíbel un botón de «pintura» á esquerda, baixo a lista de
|
||||
ferramentas Maxia na parte dereita da pantalla. Se a ferramenta
|
||||
pode afectar toda a imaxe á vez, haberá un botón «imaxe
|
||||
completa» á dereita.
|
||||
|
||||
⚙ Note: If the "nomagiccontrols" option is set, Tux Paint won't
|
||||
display the painting or entire picture controls. See the
|
||||
"Options" documentation.
|
||||
|
||||
💡 If the magic controls are disabled, the Magic plugin may make
|
||||
separate tools available, one for painting and one that affects
|
||||
the entire pictre.
|
||||
|
||||
Magic Sizing
|
||||
|
||||
Some tools offer different sizing options. If so, a slider will
|
||||
appear at the bottom right side of the screen. This may affect
|
||||
the radius of a special effect (e.g., Darken) or painted object
|
||||
(e.g., Patterns), or other attributes (e.g., large versus small
|
||||
Brick shapes).
|
||||
|
||||
⚙ Note: If the "nomagicsizes" option is set, Tux Paint won't
|
||||
display the sizing controls. See the "Options" documentation.
|
||||
|
||||
💡 If the sizing option is disabled, the Magic plugin may simply
|
||||
offer a default size (e.g., Patterns), or it may make separate
|
||||
tools available with different pre-set sizes (e.g., Bricks and
|
||||
Googly Eyes).
|
||||
|
||||
Consulte as instrucións de cada ferramenta Máxica (no cartafol
|
||||
«magic-docs»).
|
||||
|
|
|
|||
|
|
@ -671,7 +671,7 @@
|
|||
|
||||
<dd>
|
||||
<p>
|
||||
Some <b>Magic</b> tools offer various size settings. This option disables the sizing control, and only provides the tools' default sizes. (Some plugins may offer additional variations of a Magic tool, to make a few sizes possible, e.g. "Bricks" and "Googly Eyes". </p>
|
||||
Some <b>Magic</b> tools offer various size settings. This option disables the sizing control, and only provides the tools' default sizes. (Some plugins may offer additional variations of a Magic tool, to make a few sizes possible, e.g. "Bricks" and "Googly Eyes".) </p>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nomagicsizes=no</code>" or "<code>magicsizes=yes</code>". In both cases, may be overridden by the command-line option "<code>--magicsizes</code>". </p>
|
||||
</dd>
|
||||
|
|
|
|||
|
|
@ -912,8 +912,33 @@
|
|||
<p>
|
||||
A ferramenta Maxia é realmente un conxunto de ferramentas especiais. Seleccione un dos efectos «máxicos» no selector da dereita. Após, dependendo da ferramenta, pode premer e arrastrar arredor da imaxe e/ou simplemente premer na imaxe unha vez para aplicar o efecto. </p>
|
||||
|
||||
<p>
|
||||
Se a ferramenta pode usarse premendo e arrastrando, estará dispoñíbel un botón de «pintura» á esquerda, baixo a lista de ferramentas Maxia na parte dereita da pantalla. Se a ferramenta pode afectar toda a imaxe á vez, haberá un botón «imaxe completa» á dereita. </p>
|
||||
<strong>Magic Controls</strong>
|
||||
<blockquote>
|
||||
<p>
|
||||
Se a ferramenta pode usarse premendo e arrastrando, estará dispoñíbel un botón de «pintura» á esquerda, baixo a lista de ferramentas Maxia na parte dereita da pantalla. Se a ferramenta pode afectar toda a imaxe á vez, haberá un botón «imaxe completa» á dereita. </p>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>Note</strong>: If the "<code>nomagiccontrols</code>" option is set, Tux Paint won't display the painting or entire picture controls. See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation. </p>
|
||||
<p class="note">
|
||||
<span title="Information">💡</span> If the magic controls are disabled, the Magic plugin may make separate tools available, one for painting and one that affects the entire pictre. </p>
|
||||
</blockquote>
|
||||
|
||||
<strong>Magic Sizing</strong>
|
||||
<blockquote>
|
||||
<p>
|
||||
Some tools offer different sizing options. If so, a slider will appear at the bottom right side of the screen. This may affect the radius of a special effect (e.g., Darken) or painted object (e.g., Patterns), or other attributes (e.g., large versus small Brick shapes). </p>
|
||||
|
||||
<div class="screenshot-center">
|
||||
<img src=
|
||||
"../../html/images/tool_slider.png"
|
||||
width="96"
|
||||
height="48"
|
||||
alt="">
|
||||
</div>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>Note</strong>: If the "<code>nomagicsizes</code>" option is set, Tux Paint won't display the sizing controls. See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation. </p>
|
||||
<p class="note">
|
||||
<span title="Information">💡</span> If the sizing option is disabled, the Magic plugin may simply offer a default size (e.g., Patterns), or it may make separate tools available with different pre-set sizes (e.g., Bricks and Googly Eyes). </p>
|
||||
</blockquote>
|
||||
|
||||
<p>
|
||||
Consulte as <a href="../magic-docs/html/index.html">instrucións de cada ferramenta Máxica</a> (no cartafol «magic-docs»). </p>
|
||||
|
|
|
|||
|
|
@ -355,7 +355,7 @@ Windows のユーザー
|
|||
Some Magic tools offer various size settings. This option disables
|
||||
the sizing control, and only provides the tools' default sizes.
|
||||
(Some plugins may offer additional variations of a Magic tool, to
|
||||
make a few sizes possible, e.g. "Bricks" and "Googly Eyes".
|
||||
make a few sizes possible, e.g. "Bricks" and "Googly Eyes".)
|
||||
|
||||
⚙ 注: システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "nomagicsizes=no" または
|
||||
"magicsizes=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの
|
||||
|
|
|
|||
|
|
@ -389,7 +389,33 @@ Tux Paint の起動
|
|||
|
||||
「まほう」ツールは、様々な特殊なツールを集めたものです。右側のセレクタで、「まほう」の効果を選択することができます。効果を適用する方法は、クリック+ドラッグ、単なるクリックなど、ツールごとに様々です。
|
||||
|
||||
クリック+ドラッグを使用するツールの場合、右側のセレクタの下部左側にある「描画」を表すボタンが有効になります。1クリックで画面全体に効果を及ぼすツールの場合、右側の「画面全体」を表すボタンが有効になります。
|
||||
Magic Controls
|
||||
|
||||
クリック+ドラッグを使用するツールの場合、右側のセレクタの下部左側にある「描画」を表すボタンが有効になります。1クリックで画面全体に効果を及ぼすツールの場合、右側の「画面全体」を表すボタンが有効になります。
|
||||
|
||||
⚙ Note: If the "nomagiccontrols" option is set, Tux Paint won't
|
||||
display the painting or entire picture controls. See the
|
||||
"Options" documentation.
|
||||
|
||||
💡 If the magic controls are disabled, the Magic plugin may make
|
||||
separate tools available, one for painting and one that affects
|
||||
the entire pictre.
|
||||
|
||||
Magic Sizing
|
||||
|
||||
Some tools offer different sizing options. If so, a slider will
|
||||
appear at the bottom right side of the screen. This may affect
|
||||
the radius of a special effect (e.g., Darken) or painted object
|
||||
(e.g., Patterns), or other attributes (e.g., large versus small
|
||||
Brick shapes).
|
||||
|
||||
⚙ Note: If the "nomagicsizes" option is set, Tux Paint won't
|
||||
display the sizing controls. See the "Options" documentation.
|
||||
|
||||
💡 If the sizing option is disabled, the Magic plugin may simply
|
||||
offer a default size (e.g., Patterns), or it may make separate
|
||||
tools available with different pre-set sizes (e.g., Bricks and
|
||||
Googly Eyes).
|
||||
|
||||
「magic-docs」フォルダ内のドキュメント「まほう」ツールの一覧もお読みください。
|
||||
|
||||
|
|
|
|||
|
|
@ -671,7 +671,7 @@
|
|||
|
||||
<dd>
|
||||
<p>
|
||||
Some <b>Magic</b> tools offer various size settings. This option disables the sizing control, and only provides the tools' default sizes. (Some plugins may offer additional variations of a Magic tool, to make a few sizes possible, e.g. "Bricks" and "Googly Eyes". </p>
|
||||
Some <b>Magic</b> tools offer various size settings. This option disables the sizing control, and only provides the tools' default sizes. (Some plugins may offer additional variations of a Magic tool, to make a few sizes possible, e.g. "Bricks" and "Googly Eyes".) </p>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>nomagicsizes=no</code>" または "<code>magicsizes=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--magicsizes</code>" で変更できます。 </p>
|
||||
</dd>
|
||||
|
|
|
|||
|
|
@ -912,8 +912,33 @@
|
|||
<p>
|
||||
「まほう」ツールは、様々な特殊なツールを集めたものです。右側のセレクタで、「まほう」の効果を選択することができます。効果を適用する方法は、クリック+ドラッグ、単なるクリックなど、ツールごとに様々です。 </p>
|
||||
|
||||
<p>
|
||||
クリック+ドラッグを使用するツールの場合、右側のセレクタの下部左側にある「描画」を表すボタンが有効になります。1クリックで画面全体に効果を及ぼすツールの場合、右側の「画面全体」を表すボタンが有効になります。 </p>
|
||||
<strong>Magic Controls</strong>
|
||||
<blockquote>
|
||||
<p>
|
||||
クリック+ドラッグを使用するツールの場合、右側のセレクタの下部左側にある「描画」を表すボタンが有効になります。1クリックで画面全体に効果を及ぼすツールの場合、右側の「画面全体」を表すボタンが有効になります。 </p>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>Note</strong>: If the "<code>nomagiccontrols</code>" option is set, Tux Paint won't display the painting or entire picture controls. See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation. </p>
|
||||
<p class="note">
|
||||
<span title="Information">💡</span> If the magic controls are disabled, the Magic plugin may make separate tools available, one for painting and one that affects the entire pictre. </p>
|
||||
</blockquote>
|
||||
|
||||
<strong>Magic Sizing</strong>
|
||||
<blockquote>
|
||||
<p>
|
||||
Some tools offer different sizing options. If so, a slider will appear at the bottom right side of the screen. This may affect the radius of a special effect (e.g., Darken) or painted object (e.g., Patterns), or other attributes (e.g., large versus small Brick shapes). </p>
|
||||
|
||||
<div class="screenshot-center">
|
||||
<img src=
|
||||
"../../html/images/tool_slider.png"
|
||||
width="96"
|
||||
height="48"
|
||||
alt="">
|
||||
</div>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>Note</strong>: If the "<code>nomagicsizes</code>" option is set, Tux Paint won't display the sizing controls. See the "<a href="OPTIONS.html"><em>Options</em></a>" documentation. </p>
|
||||
<p class="note">
|
||||
<span title="Information">💡</span> If the sizing option is disabled, the Magic plugin may simply offer a default size (e.g., Patterns), or it may make separate tools available with different pre-set sizes (e.g., Bricks and Googly Eyes). </p>
|
||||
</blockquote>
|
||||
|
||||
<p>
|
||||
「magic-docs」フォルダ内のドキュメント<a href="../magic-docs/html/index.html">「まほう」ツールの一覧</a>もお読みください。 </p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue