--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

@ -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>