Added information on right+[Alt] for alternative input methods in Text tool.
Added missing information on [Tab] to complete text input in Text tool.
This commit is contained in:
parent
b0efac0b9a
commit
67af2ea91f
2 changed files with 504 additions and 371 deletions
830
docs/README.txt
830
docs/README.txt
File diff suppressed because it is too large
Load diff
|
|
@ -17,13 +17,13 @@ version
|
||||||
</h1>
|
</h1>
|
||||||
<h3>A simple drawing program for children</h3>
|
<h3>A simple drawing program for children</h3>
|
||||||
|
|
||||||
<p>Copyright 2002-2006 by Bill Kendrick and others<br>
|
<p>Copyright 2002-2007 by Bill Kendrick and others<br>
|
||||||
New Breed Software</p>
|
New Breed Software</p>
|
||||||
|
|
||||||
<p><a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a><br>
|
<p><a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a><br>
|
||||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
||||||
|
|
||||||
<p>June 14, 2002 - October 26, 2006</p>
|
<p>June 14, 2002 - April 24, 2007</p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<hr size=2 noshade>
|
<hr size=2 noshade>
|
||||||
|
|
@ -386,14 +386,45 @@ New Breed Software</p>
|
||||||
<p>Press <b>[Enter]</b> or <b>[Return]</b> and the text will be drawn
|
<p>Press <b>[Enter]</b> or <b>[Return]</b> and the text will be drawn
|
||||||
onto the picture and the cursor will move down one line.</p>
|
onto the picture and the cursor will move down one line.</p>
|
||||||
|
|
||||||
<p>Click elsewhere in the picture and the current line of text will
|
<p>Alternatively, press <b>[Tab]</b> and the text will be drawn onto
|
||||||
move there, where you can continue editing.</p>
|
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:
|
||||||
|
<code>Like</code> <font color="#880000"><i><b>this</b></i></font>.)</p>
|
||||||
|
|
||||||
<br clear=all>
|
<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>
|
||||||
|
|
||||||
<p aling=center><img src="images/ex_text.png" width=139 height=69
|
<p align=center><img src="images/ex_text.png" width=139 height=69
|
||||||
alt=""></p>
|
alt=""></p>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt><b>International Character Input</b></dt>
|
||||||
|
<dd>
|
||||||
|
<p>Tux Paint allows inputting characters in different languages.
|
||||||
|
Most Latin characters (<i>A</i>-<i>Z</i>,
|
||||||
|
<i>ñ</i>, <i>egrave;</i>, 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 supported
|
||||||
|
languages that require an alternate input mode, press
|
||||||
|
the <b>right [Alt]</b> or <b>right [Option]</b> key to
|
||||||
|
toggle between the normal (Latin character) and locale-specific
|
||||||
|
modes.</p>
|
||||||
|
|
||||||
|
<p>Currently supported locales, and their input methods, are listed
|
||||||
|
below. <b>Note:</b> Many fonts do not include all characters for
|
||||||
|
all languages.
|
||||||
|
<ul>
|
||||||
|
<li>Japanese — Romanized Hiragana and Katakana
|
||||||
|
<li>Korean — Hangul 2-Bul
|
||||||
|
</ul>
|
||||||
|
</p>
|
||||||
|
</dd>
|
||||||
|
|
||||||
<hr size=1>
|
<hr size=1>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue