Sync docs after uifont addition, etc.
This commit is contained in:
parent
12ff955f68
commit
71ff56df96
25 changed files with 286 additions and 15 deletions
|
|
@ -812,6 +812,15 @@ Languages
|
||||||
"alllocalefonts=no" or "currentlocalefont=yes". In both cases, may
|
"alllocalefonts=no" or "currentlocalefont=yes". In both cases, may
|
||||||
be overridden by the command-line option "--currentlocalefont".
|
be overridden by the command-line option "--currentlocalefont".
|
||||||
|
|
||||||
|
uifont=FONT NAME
|
||||||
|
|
||||||
|
This option causes Tux Paint to attempt to load fonts (for use in
|
||||||
|
the Text tool) from your operating system. Normally, Tux Paint
|
||||||
|
will only load the ones that came bundled with Tux Paint.
|
||||||
|
|
||||||
|
Specify "default" to let Tux Paint use its default font, "DejaVu
|
||||||
|
Sans" (its standard behavior).
|
||||||
|
|
||||||
Printing
|
Printing
|
||||||
|
|
||||||
Print Permissions
|
Print Permissions
|
||||||
|
|
@ -1445,8 +1454,10 @@ Joystick
|
||||||
--nostampcontrols
|
--nostampcontrols
|
||||||
--nostamprotation
|
--nostamprotation
|
||||||
--nomagiccontrols
|
--nomagiccontrols
|
||||||
|
--nomagicsizes
|
||||||
--noshapecontrols
|
--noshapecontrols
|
||||||
--nolabel
|
--nolabel
|
||||||
|
--nobrushspacing
|
||||||
--newcolorslast
|
--newcolorslast
|
||||||
--mouse-accessibility
|
--mouse-accessibility
|
||||||
--onscreen-keyboard
|
--onscreen-keyboard
|
||||||
|
|
@ -1476,6 +1487,7 @@ Joystick
|
||||||
--joystick-btn-print
|
--joystick-btn-print
|
||||||
--joystick-buttons-ignore
|
--joystick-buttons-ignore
|
||||||
--sysfonts
|
--sysfonts
|
||||||
|
--uifont=FONT NAME
|
||||||
--alllocalefonts
|
--alllocalefonts
|
||||||
--mirrorstamps
|
--mirrorstamps
|
||||||
--stampsize=SIZE
|
--stampsize=SIZE
|
||||||
|
|
@ -1520,11 +1532,14 @@ Joystick
|
||||||
--stampcontrols
|
--stampcontrols
|
||||||
--stamprotation
|
--stamprotation
|
||||||
--magiccontrols
|
--magiccontrols
|
||||||
|
--magicsizes
|
||||||
--shapecontrols
|
--shapecontrols
|
||||||
--label
|
--label
|
||||||
|
--brushspacing
|
||||||
--newcolorsfirst
|
--newcolorsfirst
|
||||||
--nosysfonts
|
--nosysfonts
|
||||||
--currentlocalefont
|
--currentlocalefont
|
||||||
|
--uifont=default
|
||||||
--dontmirrorstamps
|
--dontmirrorstamps
|
||||||
--stampsize=default
|
--stampsize=default
|
||||||
--mouse
|
--mouse
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,14 @@ What's New in Tux Paint version 0.9.31?
|
||||||
|
|
||||||
Create templates from Open dialog
|
Create templates from Open dialog
|
||||||
Saved drawings can be turned into templates (used to make new
|
Saved drawings can be turned into templates (used to make new
|
||||||
drawings) via a new option in the Open dialog
|
drawings) via a new option in the Open dialog. (This feature may
|
||||||
|
be deactivated using the "notemplateexport" simplification
|
||||||
|
option.)
|
||||||
|
|
||||||
|
User interface font may be overridden
|
||||||
|
The font used for the user interface (button labels, dialog
|
||||||
|
pop-ups, and instructions) can be overridden from its default
|
||||||
|
("DejaVu Sans"). (See the "uifont" configuration option.)
|
||||||
|
|
||||||
See CHANGES.txt for the complete list of changes.
|
See CHANGES.txt for the complete list of changes.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1420,7 +1420,7 @@
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<header>
|
<header>
|
||||||
<h3>Fonts</h3>
|
<h3 id="fonts">Fonts</h3>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
|
|
@ -1448,6 +1448,18 @@
|
||||||
<p class="note">
|
<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>alllocalefonts=no</code>" or "<code>currentlocalefont=yes</code>". In both cases, may be overridden by the command-line option "<code>--currentlocalefont</code>". </p>
|
<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>alllocalefonts=no</code>" or "<code>currentlocalefont=yes</code>". In both cases, may be overridden by the command-line option "<code>--currentlocalefont</code>". </p>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
|
<dt>
|
||||||
|
<code><b>uifont=FONT NAME</b></code>
|
||||||
|
</dt>
|
||||||
|
|
||||||
|
<dd>
|
||||||
|
<p>
|
||||||
|
This option causes Tux Paint to attempt to load fonts (for use in the <b>Text</b> tool) from your operating system. Normally, Tux Paint will only load the ones that came bundled with Tux Paint. </p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Specify "<code>default</code>" to let Tux Paint use its default font, "DejaVu Sans" (its standard behavior). </p>
|
||||||
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
@ -2365,8 +2377,10 @@
|
||||||
--nostampcontrols<br>
|
--nostampcontrols<br>
|
||||||
--nostamprotation<br>
|
--nostamprotation<br>
|
||||||
--nomagiccontrols<br>
|
--nomagiccontrols<br>
|
||||||
|
--nomagicsizes<br>
|
||||||
--noshapecontrols<br>
|
--noshapecontrols<br>
|
||||||
--nolabel<br>
|
--nolabel<br>
|
||||||
|
--nobrushspacing<br>
|
||||||
--newcolorslast<br>
|
--newcolorslast<br>
|
||||||
--mouse-accessibility<br>
|
--mouse-accessibility<br>
|
||||||
--onscreen-keyboard<br>
|
--onscreen-keyboard<br>
|
||||||
|
|
@ -2396,6 +2410,7 @@
|
||||||
--joystick-btn-print<br>
|
--joystick-btn-print<br>
|
||||||
--joystick-buttons-ignore<br>
|
--joystick-buttons-ignore<br>
|
||||||
--sysfonts<br>
|
--sysfonts<br>
|
||||||
|
--uifont=<i>FONT NAME</i><br>
|
||||||
--alllocalefonts<br>
|
--alllocalefonts<br>
|
||||||
--mirrorstamps<br>
|
--mirrorstamps<br>
|
||||||
--stampsize=<i>SIZE</i><br>
|
--stampsize=<i>SIZE</i><br>
|
||||||
|
|
@ -2444,11 +2459,14 @@
|
||||||
--stampcontrols<br>
|
--stampcontrols<br>
|
||||||
--stamprotation<br>
|
--stamprotation<br>
|
||||||
--magiccontrols<br>
|
--magiccontrols<br>
|
||||||
|
--magicsizes<br>
|
||||||
--shapecontrols<br>
|
--shapecontrols<br>
|
||||||
--label<br>
|
--label<br>
|
||||||
|
--brushspacing<br>
|
||||||
--newcolorsfirst<br>
|
--newcolorsfirst<br>
|
||||||
--nosysfonts<br>
|
--nosysfonts<br>
|
||||||
--currentlocalefont<br>
|
--currentlocalefont<br>
|
||||||
|
--uifont=default<br>
|
||||||
--dontmirrorstamps<br>
|
--dontmirrorstamps<br>
|
||||||
--stampsize=default<br>
|
--stampsize=default<br>
|
||||||
--mouse<br>
|
--mouse<br>
|
||||||
|
|
|
||||||
|
|
@ -226,7 +226,10 @@
|
||||||
<dd>Loops, Ribbon, Smooth, and Squiggles</dd>
|
<dd>Loops, Ribbon, Smooth, and Squiggles</dd>
|
||||||
|
|
||||||
<dt>Create templates from Open dialog</dt>
|
<dt>Create templates from Open dialog</dt>
|
||||||
<dd>Saved drawings can be turned into templates (used to make new drawings) via a new option in the Open dialog</dd>
|
<dd>Saved drawings can be turned into templates (used to make new drawings) via a new option in the Open dialog. (This feature may be deactivated using the <a href="OPTIONS.html#simplification">"<code>notemplateexport</code>" simplification option</a>.)</dd>
|
||||||
|
|
||||||
|
<dt>User interface font may be overridden</dt>
|
||||||
|
<dd>The font used for the user interface (button labels, dialog pop-ups, and instructions) can be overridden from its default ("DejaVu Sans"). (See the <a href="OPTIONS.html#fonts">"<code>uifont</code>" configuration option</a>.)</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -812,6 +812,15 @@ Languages
|
||||||
"alllocalefonts=no" or "currentlocalefont=yes". In both cases, may
|
"alllocalefonts=no" or "currentlocalefont=yes". In both cases, may
|
||||||
be overridden by the command-line option "--currentlocalefont".
|
be overridden by the command-line option "--currentlocalefont".
|
||||||
|
|
||||||
|
uifont=FONT NAME
|
||||||
|
|
||||||
|
This option causes Tux Paint to attempt to load fonts (for use in
|
||||||
|
the Text tool) from your operating system. Normally, Tux Paint
|
||||||
|
will only load the ones that came bundled with Tux Paint.
|
||||||
|
|
||||||
|
Specify "default" to let Tux Paint use its default font, "DejaVu
|
||||||
|
Sans" (its standard behavior).
|
||||||
|
|
||||||
Printing
|
Printing
|
||||||
|
|
||||||
Print Permissions
|
Print Permissions
|
||||||
|
|
@ -1445,8 +1454,10 @@ Joystick
|
||||||
--nostampcontrols
|
--nostampcontrols
|
||||||
--nostamprotation
|
--nostamprotation
|
||||||
--nomagiccontrols
|
--nomagiccontrols
|
||||||
|
--nomagicsizes
|
||||||
--noshapecontrols
|
--noshapecontrols
|
||||||
--nolabel
|
--nolabel
|
||||||
|
--nobrushspacing
|
||||||
--newcolorslast
|
--newcolorslast
|
||||||
--mouse-accessibility
|
--mouse-accessibility
|
||||||
--onscreen-keyboard
|
--onscreen-keyboard
|
||||||
|
|
@ -1476,6 +1487,7 @@ Joystick
|
||||||
--joystick-btn-print
|
--joystick-btn-print
|
||||||
--joystick-buttons-ignore
|
--joystick-buttons-ignore
|
||||||
--sysfonts
|
--sysfonts
|
||||||
|
--uifont=FONT NAME
|
||||||
--alllocalefonts
|
--alllocalefonts
|
||||||
--mirrorstamps
|
--mirrorstamps
|
||||||
--stampsize=SIZE
|
--stampsize=SIZE
|
||||||
|
|
@ -1520,11 +1532,14 @@ Joystick
|
||||||
--stampcontrols
|
--stampcontrols
|
||||||
--stamprotation
|
--stamprotation
|
||||||
--magiccontrols
|
--magiccontrols
|
||||||
|
--magicsizes
|
||||||
--shapecontrols
|
--shapecontrols
|
||||||
--label
|
--label
|
||||||
|
--brushspacing
|
||||||
--newcolorsfirst
|
--newcolorsfirst
|
||||||
--nosysfonts
|
--nosysfonts
|
||||||
--currentlocalefont
|
--currentlocalefont
|
||||||
|
--uifont=default
|
||||||
--dontmirrorstamps
|
--dontmirrorstamps
|
||||||
--stampsize=default
|
--stampsize=default
|
||||||
--mouse
|
--mouse
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,14 @@ What's New in Tux Paint version 0.9.31?
|
||||||
|
|
||||||
Create templates from Open dialog
|
Create templates from Open dialog
|
||||||
Saved drawings can be turned into templates (used to make new
|
Saved drawings can be turned into templates (used to make new
|
||||||
drawings) via a new option in the Open dialog
|
drawings) via a new option in the Open dialog. (This feature may
|
||||||
|
be deactivated using the "notemplateexport" simplification
|
||||||
|
option.)
|
||||||
|
|
||||||
|
User interface font may be overridden
|
||||||
|
The font used for the user interface (button labels, dialog
|
||||||
|
pop-ups, and instructions) can be overridden from its default
|
||||||
|
("DejaVu Sans"). (See the "uifont" configuration option.)
|
||||||
|
|
||||||
See CHANGES.txt for the complete list of changes.
|
See CHANGES.txt for the complete list of changes.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1420,7 +1420,7 @@
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<header>
|
<header>
|
||||||
<h3>Fonts</h3>
|
<h3 id="fonts">Fonts</h3>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
|
|
@ -1448,6 +1448,18 @@
|
||||||
<p class="note">
|
<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>alllocalefonts=no</code>" or "<code>currentlocalefont=yes</code>". In both cases, may be overridden by the command-line option "<code>--currentlocalefont</code>". </p>
|
<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>alllocalefonts=no</code>" or "<code>currentlocalefont=yes</code>". In both cases, may be overridden by the command-line option "<code>--currentlocalefont</code>". </p>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
|
<dt>
|
||||||
|
<code><b>uifont=FONT NAME</b></code>
|
||||||
|
</dt>
|
||||||
|
|
||||||
|
<dd>
|
||||||
|
<p>
|
||||||
|
This option causes Tux Paint to attempt to load fonts (for use in the <b>Text</b> tool) from your operating system. Normally, Tux Paint will only load the ones that came bundled with Tux Paint. </p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Specify "<code>default</code>" to let Tux Paint use its default font, "DejaVu Sans" (its standard behavior). </p>
|
||||||
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
@ -2365,8 +2377,10 @@
|
||||||
--nostampcontrols<br>
|
--nostampcontrols<br>
|
||||||
--nostamprotation<br>
|
--nostamprotation<br>
|
||||||
--nomagiccontrols<br>
|
--nomagiccontrols<br>
|
||||||
|
--nomagicsizes<br>
|
||||||
--noshapecontrols<br>
|
--noshapecontrols<br>
|
||||||
--nolabel<br>
|
--nolabel<br>
|
||||||
|
--nobrushspacing<br>
|
||||||
--newcolorslast<br>
|
--newcolorslast<br>
|
||||||
--mouse-accessibility<br>
|
--mouse-accessibility<br>
|
||||||
--onscreen-keyboard<br>
|
--onscreen-keyboard<br>
|
||||||
|
|
@ -2396,6 +2410,7 @@
|
||||||
--joystick-btn-print<br>
|
--joystick-btn-print<br>
|
||||||
--joystick-buttons-ignore<br>
|
--joystick-buttons-ignore<br>
|
||||||
--sysfonts<br>
|
--sysfonts<br>
|
||||||
|
--uifont=<i>FONT NAME</i><br>
|
||||||
--alllocalefonts<br>
|
--alllocalefonts<br>
|
||||||
--mirrorstamps<br>
|
--mirrorstamps<br>
|
||||||
--stampsize=<i>SIZE</i><br>
|
--stampsize=<i>SIZE</i><br>
|
||||||
|
|
@ -2444,11 +2459,14 @@
|
||||||
--stampcontrols<br>
|
--stampcontrols<br>
|
||||||
--stamprotation<br>
|
--stamprotation<br>
|
||||||
--magiccontrols<br>
|
--magiccontrols<br>
|
||||||
|
--magicsizes<br>
|
||||||
--shapecontrols<br>
|
--shapecontrols<br>
|
||||||
--label<br>
|
--label<br>
|
||||||
|
--brushspacing<br>
|
||||||
--newcolorsfirst<br>
|
--newcolorsfirst<br>
|
||||||
--nosysfonts<br>
|
--nosysfonts<br>
|
||||||
--currentlocalefont<br>
|
--currentlocalefont<br>
|
||||||
|
--uifont=default<br>
|
||||||
--dontmirrorstamps<br>
|
--dontmirrorstamps<br>
|
||||||
--stampsize=default<br>
|
--stampsize=default<br>
|
||||||
--mouse<br>
|
--mouse<br>
|
||||||
|
|
|
||||||
|
|
@ -226,7 +226,10 @@
|
||||||
<dd>Loops, Ribbon, Smooth, and Squiggles</dd>
|
<dd>Loops, Ribbon, Smooth, and Squiggles</dd>
|
||||||
|
|
||||||
<dt>Create templates from Open dialog</dt>
|
<dt>Create templates from Open dialog</dt>
|
||||||
<dd>Saved drawings can be turned into templates (used to make new drawings) via a new option in the Open dialog</dd>
|
<dd>Saved drawings can be turned into templates (used to make new drawings) via a new option in the Open dialog. (This feature may be deactivated using the <a href="OPTIONS.html#simplification">"<code>notemplateexport</code>" simplification option</a>.)</dd>
|
||||||
|
|
||||||
|
<dt>User interface font may be overridden</dt>
|
||||||
|
<dd>The font used for the user interface (button labels, dialog pop-ups, and instructions) can be overridden from its default ("DejaVu Sans"). (See the <a href="OPTIONS.html#fonts">"<code>uifont</code>" configuration option</a>.)</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -837,6 +837,16 @@ Langues
|
||||||
"alllocalefonts=no" or "currentlocalefont=yes". In both cases, may
|
"alllocalefonts=no" or "currentlocalefont=yes". In both cases, may
|
||||||
be overridden by the command-line option "--currentlocalefont".
|
be overridden by the command-line option "--currentlocalefont".
|
||||||
|
|
||||||
|
uifont=FONT NAME
|
||||||
|
|
||||||
|
Cette option oblige Tux Paint à essayer de charger des polices (à
|
||||||
|
utiliser dans l'outil Texte ) à partir de votre système
|
||||||
|
d'exploitation. Normalement, Tux Paint ne chargera que ceux
|
||||||
|
fournis avec Tux Paint.
|
||||||
|
|
||||||
|
Specify "default" to let Tux Paint use its default font, "DejaVu
|
||||||
|
Sans" (its standard behavior).
|
||||||
|
|
||||||
Impression
|
Impression
|
||||||
|
|
||||||
Permissions pour l'impression
|
Permissions pour l'impression
|
||||||
|
|
@ -1516,8 +1526,10 @@ Joystick
|
||||||
--nostampcontrols
|
--nostampcontrols
|
||||||
--nostamprotation
|
--nostamprotation
|
||||||
--nomagiccontrols
|
--nomagiccontrols
|
||||||
|
--nomagicsizes
|
||||||
--noshapecontrols
|
--noshapecontrols
|
||||||
--nolabel
|
--nolabel
|
||||||
|
--nobrushspacing
|
||||||
--newcolorslast
|
--newcolorslast
|
||||||
--mouse-accessibility
|
--mouse-accessibility
|
||||||
--onscreen-keyboard
|
--onscreen-keyboard
|
||||||
|
|
@ -1547,6 +1559,7 @@ Joystick
|
||||||
--joystick-btn-print
|
--joystick-btn-print
|
||||||
--joystick-buttons-ignore
|
--joystick-buttons-ignore
|
||||||
--sysfonts
|
--sysfonts
|
||||||
|
--uifont=FONT NAME
|
||||||
--alllocalefonts
|
--alllocalefonts
|
||||||
--mirrorstamps
|
--mirrorstamps
|
||||||
--stampsize=SIZE
|
--stampsize=SIZE
|
||||||
|
|
@ -1591,11 +1604,14 @@ Joystick
|
||||||
--stampcontrols
|
--stampcontrols
|
||||||
--stamprotation
|
--stamprotation
|
||||||
--magiccontrols
|
--magiccontrols
|
||||||
|
--magicsizes
|
||||||
--shapecontrols
|
--shapecontrols
|
||||||
--label
|
--label
|
||||||
|
--brushspacing
|
||||||
--newcolorsfirst
|
--newcolorsfirst
|
||||||
--nosysfonts
|
--nosysfonts
|
||||||
--currentlocalefont
|
--currentlocalefont
|
||||||
|
--uifont=default
|
||||||
--dontmirrorstamps
|
--dontmirrorstamps
|
||||||
--stampsize=default
|
--stampsize=default
|
||||||
--mouse
|
--mouse
|
||||||
|
|
|
||||||
|
|
@ -107,7 +107,14 @@ What's New in Tux Paint version 0.9.31?
|
||||||
|
|
||||||
Create templates from Open dialog
|
Create templates from Open dialog
|
||||||
Saved drawings can be turned into templates (used to make new
|
Saved drawings can be turned into templates (used to make new
|
||||||
drawings) via a new option in the Open dialog
|
drawings) via a new option in the Open dialog. (This feature may
|
||||||
|
be deactivated using the "notemplateexport" simplification
|
||||||
|
option.)
|
||||||
|
|
||||||
|
User interface font may be overridden
|
||||||
|
The font used for the user interface (button labels, dialog
|
||||||
|
pop-ups, and instructions) can be overridden from its default
|
||||||
|
("DejaVu Sans"). (See the "uifont" configuration option.)
|
||||||
|
|
||||||
See CHANGES.txt for the complete list of changes.
|
See CHANGES.txt for the complete list of changes.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1420,7 +1420,7 @@
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<header>
|
<header>
|
||||||
<h3>Polices</h3>
|
<h3 id="fonts">Polices</h3>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
|
|
@ -1448,6 +1448,18 @@
|
||||||
<p class="note">
|
<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>alllocalefonts=no</code>" or "<code>currentlocalefont=yes</code>". In both cases, may be overridden by the command-line option "<code>--currentlocalefont</code>". </p>
|
<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>alllocalefonts=no</code>" or "<code>currentlocalefont=yes</code>". In both cases, may be overridden by the command-line option "<code>--currentlocalefont</code>". </p>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
|
<dt>
|
||||||
|
<code><b>uifont=FONT NAME</b></code>
|
||||||
|
</dt>
|
||||||
|
|
||||||
|
<dd>
|
||||||
|
<p>
|
||||||
|
Cette option oblige Tux Paint à essayer de charger des polices (à utiliser dans l'outil Texte ) à partir de votre système d'exploitation. Normalement, Tux Paint ne chargera que ceux fournis avec Tux Paint. </p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Specify "<code>default</code>" to let Tux Paint use its default font, "DejaVu Sans" (its standard behavior). </p>
|
||||||
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
@ -2365,8 +2377,10 @@
|
||||||
--nostampcontrols<br>
|
--nostampcontrols<br>
|
||||||
--nostamprotation<br>
|
--nostamprotation<br>
|
||||||
--nomagiccontrols<br>
|
--nomagiccontrols<br>
|
||||||
|
--nomagicsizes<br>
|
||||||
--noshapecontrols<br>
|
--noshapecontrols<br>
|
||||||
--nolabel<br>
|
--nolabel<br>
|
||||||
|
--nobrushspacing<br>
|
||||||
--newcolorslast<br>
|
--newcolorslast<br>
|
||||||
--mouse-accessibility<br>
|
--mouse-accessibility<br>
|
||||||
--onscreen-keyboard<br>
|
--onscreen-keyboard<br>
|
||||||
|
|
@ -2396,6 +2410,7 @@
|
||||||
--joystick-btn-print<br>
|
--joystick-btn-print<br>
|
||||||
--joystick-buttons-ignore<br>
|
--joystick-buttons-ignore<br>
|
||||||
--sysfonts<br>
|
--sysfonts<br>
|
||||||
|
--uifont=<i>FONT NAME</i><br>
|
||||||
--alllocalefonts<br>
|
--alllocalefonts<br>
|
||||||
--mirrorstamps<br>
|
--mirrorstamps<br>
|
||||||
--stampsize=<i>SIZE</i><br>
|
--stampsize=<i>SIZE</i><br>
|
||||||
|
|
@ -2444,11 +2459,14 @@
|
||||||
--stampcontrols<br>
|
--stampcontrols<br>
|
||||||
--stamprotation<br>
|
--stamprotation<br>
|
||||||
--magiccontrols<br>
|
--magiccontrols<br>
|
||||||
|
--magicsizes<br>
|
||||||
--shapecontrols<br>
|
--shapecontrols<br>
|
||||||
--label<br>
|
--label<br>
|
||||||
|
--brushspacing<br>
|
||||||
--newcolorsfirst<br>
|
--newcolorsfirst<br>
|
||||||
--nosysfonts<br>
|
--nosysfonts<br>
|
||||||
--currentlocalefont<br>
|
--currentlocalefont<br>
|
||||||
|
--uifont=default<br>
|
||||||
--dontmirrorstamps<br>
|
--dontmirrorstamps<br>
|
||||||
--stampsize=default<br>
|
--stampsize=default<br>
|
||||||
--mouse<br>
|
--mouse<br>
|
||||||
|
|
|
||||||
|
|
@ -226,7 +226,10 @@
|
||||||
<dd>Loops, Ribbon, Smooth, and Squiggles</dd>
|
<dd>Loops, Ribbon, Smooth, and Squiggles</dd>
|
||||||
|
|
||||||
<dt>Create templates from Open dialog</dt>
|
<dt>Create templates from Open dialog</dt>
|
||||||
<dd>Saved drawings can be turned into templates (used to make new drawings) via a new option in the Open dialog</dd>
|
<dd>Saved drawings can be turned into templates (used to make new drawings) via a new option in the Open dialog. (This feature may be deactivated using the <a href="OPTIONS.html#simplification">"<code>notemplateexport</code>" simplification option</a>.)</dd>
|
||||||
|
|
||||||
|
<dt>User interface font may be overridden</dt>
|
||||||
|
<dd>The font used for the user interface (button labels, dialog pop-ups, and instructions) can be overridden from its default ("DejaVu Sans"). (See the <a href="OPTIONS.html#fonts">"<code>uifont</code>" configuration option</a>.)</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -830,6 +830,16 @@ Languages
|
||||||
"alllocalefonts=no" or "currentlocalefont=yes". In both cases, may
|
"alllocalefonts=no" or "currentlocalefont=yes". In both cases, may
|
||||||
be overridden by the command-line option "--currentlocalefont".
|
be overridden by the command-line option "--currentlocalefont".
|
||||||
|
|
||||||
|
uifont=FONT NAME
|
||||||
|
|
||||||
|
Esta opción fai que Tux Paint tente cargar tipos de letra (para
|
||||||
|
usalos na ferramenta Texto) dende o seu sistema operativo.
|
||||||
|
Normalmente, Tux Paint só cargará os que foron incluídos con Tux
|
||||||
|
Paint.
|
||||||
|
|
||||||
|
Specify "default" to let Tux Paint use its default font, "DejaVu
|
||||||
|
Sans" (its standard behavior).
|
||||||
|
|
||||||
Impresión
|
Impresión
|
||||||
|
|
||||||
Print Permissions
|
Print Permissions
|
||||||
|
|
@ -1490,8 +1500,10 @@ Joystick
|
||||||
--nostampcontrols
|
--nostampcontrols
|
||||||
--nostamprotation
|
--nostamprotation
|
||||||
--nomagiccontrols
|
--nomagiccontrols
|
||||||
|
--nomagicsizes
|
||||||
--noshapecontrols
|
--noshapecontrols
|
||||||
--nolabel
|
--nolabel
|
||||||
|
--nobrushspacing
|
||||||
--newcolorslast
|
--newcolorslast
|
||||||
--mouse-accessibility
|
--mouse-accessibility
|
||||||
--onscreen-keyboard
|
--onscreen-keyboard
|
||||||
|
|
@ -1521,6 +1533,7 @@ Joystick
|
||||||
--joystick-btn-print
|
--joystick-btn-print
|
||||||
--joystick-buttons-ignore
|
--joystick-buttons-ignore
|
||||||
--sysfonts
|
--sysfonts
|
||||||
|
--uifont=FONT NAME
|
||||||
--alllocalefonts
|
--alllocalefonts
|
||||||
--mirrorstamps
|
--mirrorstamps
|
||||||
--stampsize=TAMAÑO
|
--stampsize=TAMAÑO
|
||||||
|
|
@ -1565,11 +1578,14 @@ Joystick
|
||||||
--stampcontrols
|
--stampcontrols
|
||||||
--stamprotation
|
--stamprotation
|
||||||
--magiccontrols
|
--magiccontrols
|
||||||
|
--magicsizes
|
||||||
--shapecontrols
|
--shapecontrols
|
||||||
--label
|
--label
|
||||||
|
--brushspacing
|
||||||
--newcolorsfirst
|
--newcolorsfirst
|
||||||
--nosysfonts
|
--nosysfonts
|
||||||
--currentlocalefont
|
--currentlocalefont
|
||||||
|
--uifont=default
|
||||||
--dontmirrorstamps
|
--dontmirrorstamps
|
||||||
--stampsize=default
|
--stampsize=default
|
||||||
--mouse
|
--mouse
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,14 @@ What's New in Tux Paint version 0.9.31?
|
||||||
|
|
||||||
Create templates from Open dialog
|
Create templates from Open dialog
|
||||||
Saved drawings can be turned into templates (used to make new
|
Saved drawings can be turned into templates (used to make new
|
||||||
drawings) via a new option in the Open dialog
|
drawings) via a new option in the Open dialog. (This feature may
|
||||||
|
be deactivated using the "notemplateexport" simplification
|
||||||
|
option.)
|
||||||
|
|
||||||
|
User interface font may be overridden
|
||||||
|
The font used for the user interface (button labels, dialog
|
||||||
|
pop-ups, and instructions) can be overridden from its default
|
||||||
|
("DejaVu Sans"). (See the "uifont" configuration option.)
|
||||||
|
|
||||||
See CHANGES.txt for the complete list of changes.
|
See CHANGES.txt for the complete list of changes.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1420,7 +1420,7 @@
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<header>
|
<header>
|
||||||
<h3>Tipos de letra</h3>
|
<h3 id="fonts">Tipos de letra</h3>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
|
|
@ -1448,6 +1448,18 @@
|
||||||
<p class="note">
|
<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>alllocalefonts=no</code>" or "<code>currentlocalefont=yes</code>". In both cases, may be overridden by the command-line option "<code>--currentlocalefont</code>". </p>
|
<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>alllocalefonts=no</code>" or "<code>currentlocalefont=yes</code>". In both cases, may be overridden by the command-line option "<code>--currentlocalefont</code>". </p>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
|
<dt>
|
||||||
|
<code><b>uifont=FONT NAME</b></code>
|
||||||
|
</dt>
|
||||||
|
|
||||||
|
<dd>
|
||||||
|
<p>
|
||||||
|
Esta opción fai que Tux Paint tente cargar tipos de letra (para usalos na ferramenta <b>Texto</b>) dende o seu sistema operativo. Normalmente, Tux Paint só cargará os que foron incluídos con Tux Paint. </p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Specify "<code>default</code>" to let Tux Paint use its default font, "DejaVu Sans" (its standard behavior). </p>
|
||||||
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
@ -2365,8 +2377,10 @@
|
||||||
--nostampcontrols<br>
|
--nostampcontrols<br>
|
||||||
--nostamprotation<br>
|
--nostamprotation<br>
|
||||||
--nomagiccontrols<br>
|
--nomagiccontrols<br>
|
||||||
|
--nomagicsizes<br>
|
||||||
--noshapecontrols<br>
|
--noshapecontrols<br>
|
||||||
--nolabel<br>
|
--nolabel<br>
|
||||||
|
--nobrushspacing<br>
|
||||||
--newcolorslast<br>
|
--newcolorslast<br>
|
||||||
--mouse-accessibility<br>
|
--mouse-accessibility<br>
|
||||||
--onscreen-keyboard<br>
|
--onscreen-keyboard<br>
|
||||||
|
|
@ -2396,6 +2410,7 @@
|
||||||
--joystick-btn-print<br>
|
--joystick-btn-print<br>
|
||||||
--joystick-buttons-ignore<br>
|
--joystick-buttons-ignore<br>
|
||||||
--sysfonts<br>
|
--sysfonts<br>
|
||||||
|
--uifont=<i>FONT NAME</i><br>
|
||||||
--alllocalefonts<br>
|
--alllocalefonts<br>
|
||||||
--mirrorstamps<br>
|
--mirrorstamps<br>
|
||||||
--stampsize=<i>TAMAÑO</i><br>
|
--stampsize=<i>TAMAÑO</i><br>
|
||||||
|
|
@ -2444,11 +2459,14 @@
|
||||||
--stampcontrols<br>
|
--stampcontrols<br>
|
||||||
--stamprotation<br>
|
--stamprotation<br>
|
||||||
--magiccontrols<br>
|
--magiccontrols<br>
|
||||||
|
--magicsizes<br>
|
||||||
--shapecontrols<br>
|
--shapecontrols<br>
|
||||||
--label<br>
|
--label<br>
|
||||||
|
--brushspacing<br>
|
||||||
--newcolorsfirst<br>
|
--newcolorsfirst<br>
|
||||||
--nosysfonts<br>
|
--nosysfonts<br>
|
||||||
--currentlocalefont<br>
|
--currentlocalefont<br>
|
||||||
|
--uifont=default<br>
|
||||||
--dontmirrorstamps<br>
|
--dontmirrorstamps<br>
|
||||||
--stampsize=default<br>
|
--stampsize=default<br>
|
||||||
--mouse<br>
|
--mouse<br>
|
||||||
|
|
|
||||||
|
|
@ -226,7 +226,10 @@
|
||||||
<dd>Loops, Ribbon, Smooth, and Squiggles</dd>
|
<dd>Loops, Ribbon, Smooth, and Squiggles</dd>
|
||||||
|
|
||||||
<dt>Create templates from Open dialog</dt>
|
<dt>Create templates from Open dialog</dt>
|
||||||
<dd>Saved drawings can be turned into templates (used to make new drawings) via a new option in the Open dialog</dd>
|
<dd>Saved drawings can be turned into templates (used to make new drawings) via a new option in the Open dialog. (This feature may be deactivated using the <a href="OPTIONS.html#simplification">"<code>notemplateexport</code>" simplification option</a>.)</dd>
|
||||||
|
|
||||||
|
<dt>User interface font may be overridden</dt>
|
||||||
|
<dd>The font used for the user interface (button labels, dialog pop-ups, and instructions) can be overridden from its default ("DejaVu Sans"). (See the <a href="OPTIONS.html#fonts">"<code>uifont</code>" configuration option</a>.)</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -710,6 +710,14 @@ Windows のユーザー
|
||||||
を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--currentlocalefont"
|
を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--currentlocalefont"
|
||||||
で変更できます。
|
で変更できます。
|
||||||
|
|
||||||
|
uifont=FONT NAME
|
||||||
|
|
||||||
|
もじツールで、オペレーティングシステムのフォントを使用します。通常では、Tux Paint
|
||||||
|
はパッケージに付属するフォントだけを使用します。
|
||||||
|
|
||||||
|
Specify "default" to let Tux Paint use its default font, "DejaVu
|
||||||
|
Sans" (its standard behavior).
|
||||||
|
|
||||||
印刷
|
印刷
|
||||||
|
|
||||||
印刷の制御
|
印刷の制御
|
||||||
|
|
@ -1227,8 +1235,10 @@ Windows のユーザー
|
||||||
--nostampcontrols
|
--nostampcontrols
|
||||||
--nostamprotation
|
--nostamprotation
|
||||||
--nomagiccontrols
|
--nomagiccontrols
|
||||||
|
--nomagicsizes
|
||||||
--noshapecontrols
|
--noshapecontrols
|
||||||
--nolabel
|
--nolabel
|
||||||
|
--nobrushspacing
|
||||||
--newcolorslast
|
--newcolorslast
|
||||||
--mouse-accessibility
|
--mouse-accessibility
|
||||||
--onscreen-keyboard
|
--onscreen-keyboard
|
||||||
|
|
@ -1258,6 +1268,7 @@ Windows のユーザー
|
||||||
--joystick-btn-print
|
--joystick-btn-print
|
||||||
--joystick-buttons-ignore
|
--joystick-buttons-ignore
|
||||||
--sysfonts
|
--sysfonts
|
||||||
|
--uifont=FONT NAME
|
||||||
--alllocalefonts
|
--alllocalefonts
|
||||||
--mirrorstamps
|
--mirrorstamps
|
||||||
--stampsize=SIZE
|
--stampsize=SIZE
|
||||||
|
|
@ -1301,11 +1312,14 @@ Windows のユーザー
|
||||||
--stampcontrols
|
--stampcontrols
|
||||||
--stamprotation
|
--stamprotation
|
||||||
--magiccontrols
|
--magiccontrols
|
||||||
|
--magicsizes
|
||||||
--shapecontrols
|
--shapecontrols
|
||||||
--label
|
--label
|
||||||
|
--brushspacing
|
||||||
--newcolorsfirst
|
--newcolorsfirst
|
||||||
--nosysfonts
|
--nosysfonts
|
||||||
--currentlocalefont
|
--currentlocalefont
|
||||||
|
--uifont=default
|
||||||
--dontmirrorstamps
|
--dontmirrorstamps
|
||||||
--stampsize=default
|
--stampsize=default
|
||||||
--mouse
|
--mouse
|
||||||
|
|
|
||||||
|
|
@ -83,7 +83,14 @@ Tux Paint バージョン 0.9.31 での変更点
|
||||||
|
|
||||||
Create templates from Open dialog
|
Create templates from Open dialog
|
||||||
Saved drawings can be turned into templates (used to make new
|
Saved drawings can be turned into templates (used to make new
|
||||||
drawings) via a new option in the Open dialog
|
drawings) via a new option in the Open dialog. (This feature may
|
||||||
|
be deactivated using the "notemplateexport" simplification
|
||||||
|
option.)
|
||||||
|
|
||||||
|
User interface font may be overridden
|
||||||
|
The font used for the user interface (button labels, dialog
|
||||||
|
pop-ups, and instructions) can be overridden from its default
|
||||||
|
("DejaVu Sans"). (See the "uifont" configuration option.)
|
||||||
|
|
||||||
全ての変更点については、CHANGES.txt をお読みください。
|
全ての変更点については、CHANGES.txt をお読みください。
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1420,7 +1420,7 @@
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<header>
|
<header>
|
||||||
<h3>フォント</h3>
|
<h3 id="fonts">フォント</h3>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
|
|
@ -1448,6 +1448,18 @@
|
||||||
<p class="note">
|
<p class="note">
|
||||||
<span title="Configuration option">⚙</span> <strong>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>alllocalefonts=no</code>" または "<code>currentlocalefont=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--currentlocalefont</code>" で変更できます。 </p>
|
<span title="Configuration option">⚙</span> <strong>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>alllocalefonts=no</code>" または "<code>currentlocalefont=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--currentlocalefont</code>" で変更できます。 </p>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
|
<dt>
|
||||||
|
<code><b>uifont=FONT NAME</b></code>
|
||||||
|
</dt>
|
||||||
|
|
||||||
|
<dd>
|
||||||
|
<p>
|
||||||
|
<b>もじ</b>ツールで、オペレーティングシステムのフォントを使用します。通常では、Tux Paint はパッケージに付属するフォントだけを使用します。 </p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Specify "<code>default</code>" to let Tux Paint use its default font, "DejaVu Sans" (its standard behavior). </p>
|
||||||
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
@ -2365,8 +2377,10 @@
|
||||||
--nostampcontrols<br>
|
--nostampcontrols<br>
|
||||||
--nostamprotation<br>
|
--nostamprotation<br>
|
||||||
--nomagiccontrols<br>
|
--nomagiccontrols<br>
|
||||||
|
--nomagicsizes<br>
|
||||||
--noshapecontrols<br>
|
--noshapecontrols<br>
|
||||||
--nolabel<br>
|
--nolabel<br>
|
||||||
|
--nobrushspacing<br>
|
||||||
--newcolorslast<br>
|
--newcolorslast<br>
|
||||||
--mouse-accessibility<br>
|
--mouse-accessibility<br>
|
||||||
--onscreen-keyboard<br>
|
--onscreen-keyboard<br>
|
||||||
|
|
@ -2396,6 +2410,7 @@
|
||||||
--joystick-btn-print<br>
|
--joystick-btn-print<br>
|
||||||
--joystick-buttons-ignore<br>
|
--joystick-buttons-ignore<br>
|
||||||
--sysfonts<br>
|
--sysfonts<br>
|
||||||
|
--uifont=<i>FONT NAME</i><br>
|
||||||
--alllocalefonts<br>
|
--alllocalefonts<br>
|
||||||
--mirrorstamps<br>
|
--mirrorstamps<br>
|
||||||
--stampsize=<i>SIZE</i><br>
|
--stampsize=<i>SIZE</i><br>
|
||||||
|
|
@ -2444,11 +2459,14 @@
|
||||||
--stampcontrols<br>
|
--stampcontrols<br>
|
||||||
--stamprotation<br>
|
--stamprotation<br>
|
||||||
--magiccontrols<br>
|
--magiccontrols<br>
|
||||||
|
--magicsizes<br>
|
||||||
--shapecontrols<br>
|
--shapecontrols<br>
|
||||||
--label<br>
|
--label<br>
|
||||||
|
--brushspacing<br>
|
||||||
--newcolorsfirst<br>
|
--newcolorsfirst<br>
|
||||||
--nosysfonts<br>
|
--nosysfonts<br>
|
||||||
--currentlocalefont<br>
|
--currentlocalefont<br>
|
||||||
|
--uifont=default<br>
|
||||||
--dontmirrorstamps<br>
|
--dontmirrorstamps<br>
|
||||||
--stampsize=default<br>
|
--stampsize=default<br>
|
||||||
--mouse<br>
|
--mouse<br>
|
||||||
|
|
|
||||||
|
|
@ -226,7 +226,10 @@
|
||||||
<dd>Loops, Ribbon, Smooth, and Squiggles</dd>
|
<dd>Loops, Ribbon, Smooth, and Squiggles</dd>
|
||||||
|
|
||||||
<dt>Create templates from Open dialog</dt>
|
<dt>Create templates from Open dialog</dt>
|
||||||
<dd>Saved drawings can be turned into templates (used to make new drawings) via a new option in the Open dialog</dd>
|
<dd>Saved drawings can be turned into templates (used to make new drawings) via a new option in the Open dialog. (This feature may be deactivated using the <a href="OPTIONS.html#simplification">"<code>notemplateexport</code>" simplification option</a>.)</dd>
|
||||||
|
|
||||||
|
<dt>User interface font may be overridden</dt>
|
||||||
|
<dd>The font used for the user interface (button labels, dialog pop-ups, and instructions) can be overridden from its default ("DejaVu Sans"). (See the <a href="OPTIONS.html#fonts">"<code>uifont</code>" configuration option</a>.)</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -149,6 +149,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||||
.br
|
.br
|
||||||
[\-\-alllocalefonts]
|
[\-\-alllocalefonts]
|
||||||
.br
|
.br
|
||||||
|
[\-\-uifont \fIFONT NAME\fP]
|
||||||
|
.br
|
||||||
[\-\-savedir \fIDIR\fP]
|
[\-\-savedir \fIDIR\fP]
|
||||||
.br
|
.br
|
||||||
[\-\-exportdir \fIDIR\fP]
|
[\-\-exportdir \fIDIR\fP]
|
||||||
|
|
@ -243,6 +245,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||||
.br
|
.br
|
||||||
[\-\-currentlocalefont]
|
[\-\-currentlocalefont]
|
||||||
.br
|
.br
|
||||||
|
[\-\-uifont=default\fP]
|
||||||
|
.br
|
||||||
[\-\-saveoverask]
|
[\-\-saveoverask]
|
||||||
.br
|
.br
|
||||||
[\-\-save]
|
[\-\-save]
|
||||||
|
|
@ -1202,6 +1206,13 @@ except any that match the current locale Tux Paint is running under. Use
|
||||||
the "--alllocalefonts" option to load all such fonts, for use in the Text
|
the "--alllocalefonts" option to load all such fonts, for use in the Text
|
||||||
and Label tools. (This was the default behavior, prior to version 0.9.21.)
|
and Label tools. (This was the default behavior, prior to version 0.9.21.)
|
||||||
|
|
||||||
|
.TP 8
|
||||||
|
.B \-\-uifont=\fIFONT NAME\fP \-\-uifont=default
|
||||||
|
Specify the name of a font for Tux Paint to attempt to use for its user
|
||||||
|
interface (UI) -- button labels, dialog pop-up text, instructional text at
|
||||||
|
the bottom. If left unspecified, or "default" is given, then "DejaVu Sans"
|
||||||
|
will be used. (This was the default behavior, prior to version 0.9.31.)
|
||||||
|
|
||||||
.SH OPTIONS - MISCELLANEOUS
|
.SH OPTIONS - MISCELLANEOUS
|
||||||
.l
|
.l
|
||||||
\fItuxpaint\fP accepts the following options to alter its behavior. They
|
\fItuxpaint\fP accepts the following options to alter its behavior. They
|
||||||
|
|
|
||||||
|
|
@ -149,6 +149,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||||
.br
|
.br
|
||||||
[\-\-alllocalefonts]
|
[\-\-alllocalefonts]
|
||||||
.br
|
.br
|
||||||
|
[\-\-uifont \fIFONT NAME\fP]
|
||||||
|
.br
|
||||||
[\-\-savedir \fIDIR\fP]
|
[\-\-savedir \fIDIR\fP]
|
||||||
.br
|
.br
|
||||||
[\-\-exportdir \fIDIR\fP]
|
[\-\-exportdir \fIDIR\fP]
|
||||||
|
|
@ -243,6 +245,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||||
.br
|
.br
|
||||||
[\-\-currentlocalefont]
|
[\-\-currentlocalefont]
|
||||||
.br
|
.br
|
||||||
|
[\-\-uifont=default\fP]
|
||||||
|
.br
|
||||||
[\-\-saveoverask]
|
[\-\-saveoverask]
|
||||||
.br
|
.br
|
||||||
[\-\-save]
|
[\-\-save]
|
||||||
|
|
@ -1202,6 +1206,13 @@ except any that match the current locale Tux Paint is running under. Use
|
||||||
the "--alllocalefonts" option to load all such fonts, for use in the Text
|
the "--alllocalefonts" option to load all such fonts, for use in the Text
|
||||||
and Label tools. (This was the default behavior, prior to version 0.9.21.)
|
and Label tools. (This was the default behavior, prior to version 0.9.21.)
|
||||||
|
|
||||||
|
.TP 8
|
||||||
|
.B \-\-uifont=\fIFONT NAME\fP \-\-uifont=default
|
||||||
|
Specify the name of a font for Tux Paint to attempt to use for its user
|
||||||
|
interface (UI) -- button labels, dialog pop-up text, instructional text at
|
||||||
|
the bottom. If left unspecified, or "default" is given, then "DejaVu Sans"
|
||||||
|
will be used. (This was the default behavior, prior to version 0.9.31.)
|
||||||
|
|
||||||
.SH OPTIONS - MISCELLANEOUS
|
.SH OPTIONS - MISCELLANEOUS
|
||||||
.l
|
.l
|
||||||
\fItuxpaint\fP accepts the following options to alter its behavior. They
|
\fItuxpaint\fP accepts the following options to alter its behavior. They
|
||||||
|
|
|
||||||
|
|
@ -149,6 +149,8 @@ tuxpaint -- "Tux Paint", un programme simple pour les jeunes enfants.
|
||||||
.br
|
.br
|
||||||
[\-\-alllocalefonts]
|
[\-\-alllocalefonts]
|
||||||
.br
|
.br
|
||||||
|
[\-\-uifont \fIFONT NAME\fP]
|
||||||
|
.br
|
||||||
[\-\-savedir \fIRÉPERTOIRE\fP]
|
[\-\-savedir \fIRÉPERTOIRE\fP]
|
||||||
.br
|
.br
|
||||||
[\-\-exportdir \fIRÉPERTOIRE\fP]
|
[\-\-exportdir \fIRÉPERTOIRE\fP]
|
||||||
|
|
@ -243,6 +245,8 @@ tuxpaint -- "Tux Paint", un programme simple pour les jeunes enfants.
|
||||||
.br
|
.br
|
||||||
[\-\-currentlocalefont]
|
[\-\-currentlocalefont]
|
||||||
.br
|
.br
|
||||||
|
[\-\-uifont=default\fP]
|
||||||
|
.br
|
||||||
[\-\-saveoverask]
|
[\-\-saveoverask]
|
||||||
.br
|
.br
|
||||||
[\-\-save]
|
[\-\-save]
|
||||||
|
|
@ -1236,6 +1240,13 @@ fonctionne Tux Paint. Utilisez l'option "--alllocalefonts" pour charger de
|
||||||
telles fontes, pour les outils Texte et Étiquette. (C'était le
|
telles fontes, pour les outils Texte et Étiquette. (C'était le
|
||||||
comportement par défaut pour les versions antérieures à la 0.9.21).
|
comportement par défaut pour les versions antérieures à la 0.9.21).
|
||||||
|
|
||||||
|
.TP 8
|
||||||
|
.B \-\-uifont=\fIFONT NAME\fP \-\-uifont=default
|
||||||
|
Specify the name of a font for Tux Paint to attempt to use for its user
|
||||||
|
interface (UI) -- button labels, dialog pop-up text, instructional text at
|
||||||
|
the bottom. If left unspecified, or "default" is given, then "DejaVu Sans"
|
||||||
|
will be used. (This was the default behavior, prior to version 0.9.31.)
|
||||||
|
|
||||||
.SH OPTIONS - MISCELLANEOUS
|
.SH OPTIONS - MISCELLANEOUS
|
||||||
.l
|
.l
|
||||||
\fItuxpaint\fP accepte les options suivantes pour modifier son
|
\fItuxpaint\fP accepte les options suivantes pour modifier son
|
||||||
|
|
|
||||||
|
|
@ -149,6 +149,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||||
.br
|
.br
|
||||||
[\-\-alllocalefonts]
|
[\-\-alllocalefonts]
|
||||||
.br
|
.br
|
||||||
|
[\-\-uifont \fIFONT NAME\fP]
|
||||||
|
.br
|
||||||
[\-\-savedir \fIDIR\fP]
|
[\-\-savedir \fIDIR\fP]
|
||||||
.br
|
.br
|
||||||
[\-\-exportdir \fIDIR\fP]
|
[\-\-exportdir \fIDIR\fP]
|
||||||
|
|
@ -243,6 +245,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||||
.br
|
.br
|
||||||
[\-\-currentlocalefont]
|
[\-\-currentlocalefont]
|
||||||
.br
|
.br
|
||||||
|
[\-\-uifont=default\fP]
|
||||||
|
.br
|
||||||
[\-\-saveoverask]
|
[\-\-saveoverask]
|
||||||
.br
|
.br
|
||||||
[\-\-save]
|
[\-\-save]
|
||||||
|
|
@ -1206,6 +1210,13 @@ except any that match the current locale Tux Paint is running under. Use
|
||||||
the "--alllocalefonts" option to load all such fonts, for use in the Text
|
the "--alllocalefonts" option to load all such fonts, for use in the Text
|
||||||
and Label tools. (This was the default behavior, prior to version 0.9.21.)
|
and Label tools. (This was the default behavior, prior to version 0.9.21.)
|
||||||
|
|
||||||
|
.TP 8
|
||||||
|
.B \-\-uifont=\fIFONT NAME\fP \-\-uifont=default
|
||||||
|
Specify the name of a font for Tux Paint to attempt to use for its user
|
||||||
|
interface (UI) -- button labels, dialog pop-up text, instructional text at
|
||||||
|
the bottom. If left unspecified, or "default" is given, then "DejaVu Sans"
|
||||||
|
will be used. (This was the default behavior, prior to version 0.9.31.)
|
||||||
|
|
||||||
.SH OPTIONS - MISCELLANEOUS
|
.SH OPTIONS - MISCELLANEOUS
|
||||||
.l
|
.l
|
||||||
\fItuxpaint\fP accepts the following options to alter its behavior. They
|
\fItuxpaint\fP accepts the following options to alter its behavior. They
|
||||||
|
|
|
||||||
|
|
@ -149,6 +149,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||||
.br
|
.br
|
||||||
[\-\-alllocalefonts]
|
[\-\-alllocalefonts]
|
||||||
.br
|
.br
|
||||||
|
[\-\-uifont \fIFONT NAME\fP]
|
||||||
|
.br
|
||||||
[\-\-savedir \fIDIR\fP]
|
[\-\-savedir \fIDIR\fP]
|
||||||
.br
|
.br
|
||||||
[\-\-exportdir \fIDIR\fP]
|
[\-\-exportdir \fIDIR\fP]
|
||||||
|
|
@ -243,6 +245,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||||
.br
|
.br
|
||||||
[\-\-currentlocalefont]
|
[\-\-currentlocalefont]
|
||||||
.br
|
.br
|
||||||
|
[\-\-uifont=default\fP]
|
||||||
|
.br
|
||||||
[\-\-saveoverask]
|
[\-\-saveoverask]
|
||||||
.br
|
.br
|
||||||
[\-\-save]
|
[\-\-save]
|
||||||
|
|
@ -1205,6 +1209,13 @@ except any that match the current locale Tux Paint is running under. Use
|
||||||
the "--alllocalefonts" option to load all such fonts, for use in the Text
|
the "--alllocalefonts" option to load all such fonts, for use in the Text
|
||||||
and Label tools. (This was the default behavior, prior to version 0.9.21.)
|
and Label tools. (This was the default behavior, prior to version 0.9.21.)
|
||||||
|
|
||||||
|
.TP 8
|
||||||
|
.B \-\-uifont=\fIFONT NAME\fP \-\-uifont=default
|
||||||
|
Specify the name of a font for Tux Paint to attempt to use for its user
|
||||||
|
interface (UI) -- button labels, dialog pop-up text, instructional text at
|
||||||
|
the bottom. If left unspecified, or "default" is given, then "DejaVu Sans"
|
||||||
|
will be used. (This was the default behavior, prior to version 0.9.31.)
|
||||||
|
|
||||||
.SH OPTIONS - MISCELLANEOUS
|
.SH OPTIONS - MISCELLANEOUS
|
||||||
.l
|
.l
|
||||||
\fItuxpaint\fP accepts the following options to alter its behavior. They
|
\fItuxpaint\fP accepts the following options to alter its behavior. They
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue