--listfonts option to show all font families Pango finds

This commit is contained in:
Bill Kendrick 2023-06-01 23:31:04 -07:00
parent e85eb98a57
commit 1cf2fa245d
150 changed files with 9301 additions and 9009 deletions

View file

@ -55,16 +55,20 @@ https://tuxpaint.org/
Bill Kendrick <bill@newbreedsoftware.com>
* "Erase" controls may be disabled via a new simplification
configuration setting, "--noerase". This removes the ability
configuration setting, "noerase". This removes the ability
to delete:
+ saved images from the "Open" dialog, and
+ templates, from the "New" dialog
Bill Kendrick <bill@newbreedsoftware.com>
* WIP Ability to specify a font for Tux Paint's UI (button labels,
dialog boxes, Tux tip text at the bottom).
+ The requested font & actual font loaded will be echo'd to STDOUT
+ TODO Provide a way to list available fonts ("--uifont list"?)
* Ability to specify a font for Tux Paint's UI (button labels,
dialog boxes, Tux tip text at the bottom), "uifont".
+ Notes:
- The requested font & actual font loaded will be echo'd to STDOUT.
- Be aware of spaces; wrap in quotes (") or escape with backslash (\)
when needed, when using the "--uifont=..." command-line option.
+ Tux Paint can list available fonts to STDOUT (and then exits) if
given the command-line option "--listfonts".
Closes https://sourceforge.net/p/tuxpaint/feature-requests/146/
Bill Kendrick <bill@newbreedsoftware.com>

View file

@ -109,7 +109,8 @@ What's New in Tux Paint version 0.9.31?
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.)
("DejaVu Sans"). (See the "uifont" configuration option. Use
"--listfonts" to see a list of available fonts.)
File Erase may be disabled
Controls to erase saved work — saved drawings (via the Open

View file

@ -229,7 +229,7 @@
<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>
<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>. Use "<code>--listfonts</code>" to see a list of available fonts.)</dd>
<dt>File Erase may be disabled</dd>
<dd>Controls to erase saved work &mdash; saved drawings (via the Open dialog) and exported templates (via the New dialog) &mdash; can be disabled. (See the <a href="OPTIONS.html#simplification">"<code>noerase</code>" configuration option</a>.)</dd>

View file

@ -109,7 +109,8 @@ What's New in Tux Paint version 0.9.31?
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.)
("DejaVu Sans"). (See the "uifont" configuration option. Use
"--listfonts" to see a list of available fonts.)
File Erase may be disabled
Controls to erase saved work — saved drawings (via the Open

View file

@ -229,7 +229,7 @@
<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>
<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>. Use "<code>--listfonts</code>" to see a list of available fonts.)</dd>
<dt>File Erase may be disabled</dd>
<dd>Controls to erase saved work &mdash; saved drawings (via the Open dialog) and exported templates (via the New dialog) &mdash; can be disabled. (See the <a href="OPTIONS.html#simplification">"<code>noerase</code>" configuration option</a>.)</dd>

View file

@ -114,7 +114,8 @@ What's New in Tux Paint version 0.9.31?
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.)
("DejaVu Sans"). (See the "uifont" configuration option. Use
"--listfonts" to see a list of available fonts.)
File Erase may be disabled
Controls to erase saved work — saved drawings (via the Open

View file

@ -229,7 +229,7 @@
<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>
<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>. Use "<code>--listfonts</code>" to see a list of available fonts.)</dd>
<dt>File Erase may be disabled</dd>
<dd>Controls to erase saved work &mdash; saved drawings (via the Open dialog) and exported templates (via the New dialog) &mdash; can be disabled. (See the <a href="OPTIONS.html#simplification">"<code>noerase</code>" configuration option</a>.)</dd>

View file

@ -109,7 +109,8 @@ What's New in Tux Paint version 0.9.31?
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.)
("DejaVu Sans"). (See the "uifont" configuration option. Use
"--listfonts" to see a list of available fonts.)
File Erase may be disabled
Controls to erase saved work — saved drawings (via the Open

View file

@ -229,7 +229,7 @@
<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>
<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>. Use "<code>--listfonts</code>" to see a list of available fonts.)</dd>
<dt>File Erase may be disabled</dd>
<dd>Controls to erase saved work &mdash; saved drawings (via the Open dialog) and exported templates (via the New dialog) &mdash; can be disabled. (See the <a href="OPTIONS.html#simplification">"<code>noerase</code>" configuration option</a>.)</dd>

View file

@ -90,7 +90,8 @@ Tux Paint バージョン 0.9.31 での変更点
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.)
("DejaVu Sans"). (See the "uifont" configuration option. Use
"--listfonts" to see a list of available fonts.)
File Erase may be disabled
Controls to erase saved work — saved drawings (via the Open

View file

@ -229,7 +229,7 @@
<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>
<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>. Use "<code>--listfonts</code>" to see a list of available fonts.)</dd>
<dt>File Erase may be disabled</dd>
<dd>Controls to erase saved work &mdash; saved drawings (via the Open dialog) and exported templates (via the New dialog) &mdash; can be disabled. (See the <a href="OPTIONS.html#simplification">"<code>noerase</code>" configuration option</a>.)</dd>