Bring back missing Text/Label in README
This commit is contained in:
parent
77e13d8d23
commit
cb4c0a9da4
10 changed files with 960 additions and 5 deletions
|
|
@ -686,7 +686,99 @@
|
|||
alt="">
|
||||
</div>
|
||||
</dd>
|
||||
<dt id="using_tools_drawing_fill">
|
||||
<dt id="using_tools_drawing_text_and_label">
|
||||
<strong>"Text" and "Label" Tools</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
<img src="../../html/images/tool_text.png"
|
||||
width="48"
|
||||
height="48"
|
||||
alt=""
|
||||
align="right">
|
||||
<p>
|
||||
Choose a font (from the 'Letters' available on the right) and a color (from the color palette near the bottom). You may also apply a bold, and/or an italic styling effect to the text. Click on the screen and a cursor will appear. Type text and it will show up on the screen. (You can change the font, color, and styling while entering the text, before it is applied to the canvas.) </p>
|
||||
|
||||
<p>
|
||||
Press <b><code>[Enter]</code></b> or <b><code>[Return]</code></b> and the text will be drawn onto the picture and the cursor will move down one line. </p>
|
||||
|
||||
<p>
|
||||
Alternatively, press <strong><code>[Tab]</code></strong> and the text will be drawn onto the picture, but the cursor will move to the right of the text, rather than down a line, and to the left. (This can be useful to create a line of text with mixed colors, fonts, styles and sizes.) </p>
|
||||
|
||||
<p>
|
||||
Clicking elsewhere in the picture while the text entry is still active causes the current line of text to move to that location (where you can continue editing it). </p>
|
||||
|
||||
<div class="screenshot-center">
|
||||
<img src="../../html/images/ex_text.png"
|
||||
width="139"
|
||||
height="69"
|
||||
alt="">
|
||||
</div>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<strong>"Text" versus "Label"</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
The <strong>Text</strong> tool is the original text-entry tool in Tux Paint. Text entered using this tool can't be modified or moved later, since it becomes part of the drawing. However, because the text becomes part of the picture, it can be drawn over or modified using <strong>Magic</strong> tool effects (e.g., smudged, tinted, embossed, etc.) </p>
|
||||
|
||||
<p>
|
||||
When using the <strong>Label</strong> tool (which was added to Tux Paint in version 0.9.22), the text 'floats' over the image, and the details of the label (the text, the position of the label, the font choice and the color) get stored separately. This allows the label to be repositioned or edited later. </p>
|
||||
|
||||
<p>
|
||||
To edit a label, click the label selection button. All labels in the drawing will appear highlighted. Click one — or use the <strong><code>[Tab]</code></strong> key to cycle through all the labels, and the <strong><code>[Enter]</code></strong> or <strong><code>[Return]</code></strong> key to select one — and you may then edit the label. (Use they <strong><code>[Backspace]</code></strong> key to erase characters, and other keys to add text to the label; click in the canvas to reposition the label; click in the palette to change the color of the text in the label; etc.) </p>
|
||||
|
||||
<p>
|
||||
You may "apply" a label to the canvas, painting the text into the picture as if it had been added using the <strong>Text</strong> tool, by clicking the label application button. (This feature was added in Tux Paint version 0.9.28.) All labels in the drawing will appear highlighted, and you select one just as you do when selecting a label to edit. The chosen label will be removed, and the text will be added directly to the canvas. </p>
|
||||
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> The <strong>Label</strong> tool can be disabled (e.g., by selecting "Disable 'Label' Tool" in <em>Tux Paint Config.</em> or running <em>Tux Paint</em> with the "<code>nolabel</code>" option). </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<strong>International Character Input</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Tux Paint allows inputting characters in different languages. Most Latin characters (<em>A</em>-<em>Z</em>, <em>ñ</em>, <em>è</em>, etc.) can by entered directly. Some languages require that Tux Paint be switched into an alternate input mode before entering, and some characters must be composed using numerous keypresses. </p>
|
||||
|
||||
<p>
|
||||
When Tux Paint's locale is set to one of the languages that provide alternate input modes, a key is used to cycle through normal (Latin character) and locale-specific mode or modes. </p>
|
||||
|
||||
<p>
|
||||
Currently supported locales, the input methods available, and the key to toggle or cycle modes, are listed below. </p>
|
||||
|
||||
<ul>
|
||||
<li>Japanese — Romanized Hiragana and Romanized Katakana — right <code><b>[Alt]</b></code> key </li>
|
||||
|
||||
<li>Korean — Hangul 2-Bul — right <code><b>[Alt]</b></code> key or left <code><b>[Alt]</b></code> key </li>
|
||||
|
||||
<li>Traditional Chinese — right <code><b>[Alt]</b></code> key or left <code><b>[Alt]</b></code> key </li>
|
||||
|
||||
<li>Thai — right <code><b>[Alt]</b></code> key </li>
|
||||
</ul>
|
||||
|
||||
<p class="note">
|
||||
<span title="Information">💡</span> <strong>Note:</strong> Many fonts do not include all characters for all languages, so sometimes you'll need to change fonts to see the characters you're trying to type. </p>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<strong>On-screen Keyboard</strong>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
An optional on-screen keyboard is available for the Text and Label tools, which can provide a variety of layouts and character composition (e.g., composing "a" and "e" into "æ"). </p>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> See the "<a href="OPTIONS.html"><em>Options</em></a>" and "<a href="EXTENDING.html"><em>Extending Tux Paint</em></a>" documentation for more information. </p>
|
||||
</dd>
|
||||
</dl>
|
||||
</dd>
|
||||
<dt id="using_tools_drawing_fill">
|
||||
<strong>"Fill" Tool</strong>
|
||||
</dt>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue