Sync EXTENDING docs re: system fonts

This commit is contained in:
Bill Kendrick 2025-06-08 10:31:46 -07:00
parent 326581b1d2
commit f33cb19c7f
16 changed files with 1080 additions and 24 deletions

View file

@ -5,7 +5,7 @@
Copyright © 2002-2025 by various contributors; see AUTHORS.txt. Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
May 2, 2025 June 8, 2025
+-----------------------------------------+ +-----------------------------------------+
| Table of Contents | | Table of Contents |
@ -24,6 +24,8 @@
| + Stamp Options | | + Stamp Options |
| + Pre-Mirrored and Flipped Stamps | | + Pre-Mirrored and Flipped Stamps |
| * Fonts | | * Fonts |
| + System Fonts |
| + FontConfig |
| * 'Starters' | | * 'Starters' |
| + Coloring-Book Style Starters | | + Coloring-Book Style Starters |
| + Scene-Style Starters | | + Scene-Style Starters |
@ -587,6 +589,52 @@ Simply place them in the "fonts" directory. When using the 'Text' and 'Label'
tools, Tux Paint will present the font in the 'Letters' selector at the right, tools, Tux Paint will present the font in the 'Letters' selector at the right,
along with options to enable bold and/or italics, and change the size. along with options to enable bold and/or italics, and change the size.
### System Fonts ###
Tux Paint checks a number of standard Operating System locations for fonts that
the 'Text' and 'Label' tools might be able to use (unless the "--nosysfonts"
option is set). The locations vary, depending on operating system.
* Windows
+ The location specified by the "Fonts" option of the "Software\Microsoft
\Windows\CurrentVersion\Explorer\Shell Folders" Windows Registry key.
+ If the above fails, then "C:\WINDOWS\FONTS".
+ The location specified by the "Local AppData" option of the "Software\
Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" Windows
Registry key. The path "\Microsoft\Windows\Fonts" is appended to that
location.
* macOS
+ /System/Library/Fonts
+ /Library/Fonts
+ /usr/share/fonts
+ /usr/X11R6/lib/X11/fonts
+ The "Library/Fonts" folder in the user's home folder.
* Android
+ /system/fonts
* Haiku
The locations found by asking Haiku's "Storage Kit" to find the directories
on the "/boot" volume for:
+ B_SYSTEM_FONTS_DIRECTORY
+ B_SYSTEM_NONPACKAGED_FONTS_DIRECTORY
+ B_USER_FONTS_DIRECTORY
+ B_USER_NONPACKAGED_FONTS_DIRECTORY
* Linux
+ /usr/share/feh/fonts
+ /usr/share/fonts
+ /usr/X11R6/lib/X11/fonts
+ /usr/share/texmf/fonts
+ /usr/share/grace/fonts/type1
+ /usr/share/hatman/fonts
+ /usr/share/icewm/themes/jim-mac
+ /usr/share/vlc/skins2/fonts
+ /usr/share/xplanet/fonts
### FontConfig ###
...
'Starters' 'Starters'
'Starter' images appear in the 'New' dialog, along with solid color background 'Starter' images appear in the 'New' dialog, along with solid color background

View file

@ -100,7 +100,7 @@
</p> </p>
<p> <p>
May 2, 2025 </p> June 8, 2025 </p>
</center> </center>
</header> </header>
@ -126,7 +126,10 @@
<li><a href="#stamps">Stamps</a> <ul> <li><a href="#stamps">Stamps</a> <ul>
<li><a href="#stamps_images">Stamp Images</a></li> <li><a href="#description_text">Stamp Descriptive Text</a></li> <li><a href="#sound_effects">Stamp Sound Effects</a></li> <li><a href="#descriptive_sound">Stamp Descriptive Sound</a></li> <li><a href="#stamp_options">Stamp Options</a></li> <li><a href="#pre_mirroed_and_flipped_images">Pre-Mirrored and Flipped Stamps</a></li> </ul> <li><a href="#stamps_images">Stamp Images</a></li> <li><a href="#description_text">Stamp Descriptive Text</a></li> <li><a href="#sound_effects">Stamp Sound Effects</a></li> <li><a href="#descriptive_sound">Stamp Descriptive Sound</a></li> <li><a href="#stamp_options">Stamp Options</a></li> <li><a href="#pre_mirroed_and_flipped_images">Pre-Mirrored and Flipped Stamps</a></li> </ul>
</li> </li>
<li><a href="#fonts">Fonts</a></li> <li><a href="#starters">'Starters'</a> <ul> <li><a href="#fonts">Fonts</a> <ul>
<li><a href="#systemfonts">System Fonts</a></li> <li><a href="#fontconfig">FontConfig</a></li> </ul>
</li>
<li><a href="#starters">'Starters'</a> <ul>
<li><a href="#coloring_book_style">Coloring-Book Style Starters</a></li> <li><a href="#scene_style">Scene-Style Starters</a></li> <li><a href="#starter_options">Starter Options</a></li> </ul> <li><a href="#coloring_book_style">Coloring-Book Style Starters</a></li> <li><a href="#scene_style">Scene-Style Starters</a></li> <li><a href="#starter_options">Starter Options</a></li> </ul>
</li> </li>
<li><a href="#templates">'Templates'</a> <ul> <li><a href="#templates">'Templates'</a> <ul>
@ -687,6 +690,87 @@
<p> <p>
Simply place them in the "<code><b>fonts</b></code>" directory. When using the 'Text' and 'Label' tools, Tux Paint will present the font in the 'Letters' selector at the right, along with options to enable bold and/or italics, and change the size. </p> Simply place them in the "<code><b>fonts</b></code>" directory. When using the 'Text' and 'Label' tools, Tux Paint will present the font in the 'Letters' selector at the right, along with options to enable bold and/or italics, and change the size. </p>
<section><!-- H2: System Fonts -->
<header>
<h2>
<a name="systemfonts"
id="systemfonts">System Fonts</a>
</h2>
</header>
<p>
Tux Paint checks a number of standard Operating System locations for fonts that the 'Text' and 'Label' tools might be able to use (unless the "<code>--nosysfonts</code>" option is set). The locations vary, depending on operating system. </p>
<ul>
<li>
<strong>Windows</strong>
<ul>
<li>
The location specified by the "<code>Fonts</code>" option of the "<code>Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders</code>" Windows Registry key. </li>
<li>
If the above fails, then "C:\WINDOWS\FONTS". </li>
<li>
The location specified by the "<code>Local AppData</code>" option of the "<code>Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders</code>" Windows Registry key. The path "<code>\Microsoft\Windows\Fonts</code>" is appended to that location. </li>
</ul>
</li>
<li>
<strong>macOS</strong>
<ul>
<li><code>/System/Library/Fonts</code></li>
<li><code>/Library/Fonts</code></li>
<li><code>/usr/share/fonts</code></li>
<li><code>/usr/X11R6/lib/X11/fonts</code></li>
<li>The "<code>Library/Fonts</code>" folder in the user's home folder.</li>
</ul>
</li>
<li>
<strong>Android</strong>
<ul>
<li><code>/system/fonts</code></li>
</ul>
</li>
<li>
<strong>Haiku</strong>
<p>
The locations found by asking Haiku's "Storage Kit" to find the directories on the "<code>/boot</code>" volume for: <ul>
<li><code>B_SYSTEM_FONTS_DIRECTORY</code></li>
<li><code>B_SYSTEM_NONPACKAGED_FONTS_DIRECTORY</code></li>
<li><code>B_USER_FONTS_DIRECTORY</code></li>
<li><code>B_USER_NONPACKAGED_FONTS_DIRECTORY</code></li>
</ul>
</p>
</li>
<li>
<strong>Linux</strong>
<ul>
<li><code>/usr/share/feh/fonts</code></li>
<li><code>/usr/share/fonts</code></li>
<li><code>/usr/X11R6/lib/X11/fonts</code></li>
<li><code>/usr/share/texmf/fonts</code></li>
<li><code>/usr/share/grace/fonts/type1</code></li>
<li><code>/usr/share/hatman/fonts</code></li>
<li><code>/usr/share/icewm/themes/jim-mac</code></li>
<li><code>/usr/share/vlc/skins2/fonts</code></li>
<li><code>/usr/share/xplanet/fonts</code></li>
</ul>
</li>
</ul>
</section><!-- H2: System Fonts -->
<section><!-- H2: FontConfig -->
<header>
<h2>
<a name="fontconfig"
id="fontconfig"><cite>FontConfig</cite></a>
</h2>
</header>
<p>...</p>
</section><!-- H2: FontConfig -->
</section><!-- H1: Fonts --> </section><!-- H1: Fonts -->
<section class="indent outer"><!-- H1: Starters --> <section class="indent outer"><!-- H1: Starters -->

View file

@ -5,7 +5,7 @@
Copyright © 2002-2025 by various contributors; see AUTHORS.txt. Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
mayo 2, 2025 junio 8, 2025
+-----------------------------------------+ +-----------------------------------------+
| Table of Contents | | Table of Contents |
@ -24,6 +24,8 @@
| + Stamp Options | | + Stamp Options |
| + Pre-Mirrored and Flipped Stamps | | + Pre-Mirrored and Flipped Stamps |
| * Fonts | | * Fonts |
| + System Fonts |
| + FontConfig |
| * 'Starters' | | * 'Starters' |
| + Coloring-Book Style Starters | | + Coloring-Book Style Starters |
| + Scene-Style Starters | | + Scene-Style Starters |
@ -587,6 +589,52 @@ Simply place them in the "fonts" directory. When using the 'Text' and 'Label'
tools, Tux Paint will present the font in the 'Letters' selector at the right, tools, Tux Paint will present the font in the 'Letters' selector at the right,
along with options to enable bold and/or italics, and change the size. along with options to enable bold and/or italics, and change the size.
### System Fonts ###
Tux Paint checks a number of standard Operating System locations for fonts that
the 'Text' and 'Label' tools might be able to use (unless the "--nosysfonts"
option is set). The locations vary, depending on operating system.
* Windows
+ The location specified by the "Fonts" option of the "Software\Microsoft
\Windows\CurrentVersion\Explorer\Shell Folders" Windows Registry key.
+ If the above fails, then "C:\WINDOWS\FONTS".
+ The location specified by the "Local AppData" option of the "Software\
Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" Windows
Registry key. The path "\Microsoft\Windows\Fonts" is appended to that
location.
* macOS
+ /System/Library/Fonts
+ /Library/Fonts
+ /usr/share/fonts
+ /usr/X11R6/lib/X11/fonts
+ The "Library/Fonts" folder in the user's home folder.
* Android
+ /system/fonts
* Haiku
The locations found by asking Haiku's "Storage Kit" to find the directories
on the "/boot" volume for:
+ B_SYSTEM_FONTS_DIRECTORY
+ B_SYSTEM_NONPACKAGED_FONTS_DIRECTORY
+ B_USER_FONTS_DIRECTORY
+ B_USER_NONPACKAGED_FONTS_DIRECTORY
* Linux
+ /usr/share/feh/fonts
+ /usr/share/fonts
+ /usr/X11R6/lib/X11/fonts
+ /usr/share/texmf/fonts
+ /usr/share/grace/fonts/type1
+ /usr/share/hatman/fonts
+ /usr/share/icewm/themes/jim-mac
+ /usr/share/vlc/skins2/fonts
+ /usr/share/xplanet/fonts
### FontConfig ###
...
'Starters' 'Starters'
'Starter' images appear in the 'New' dialog, along with solid color background 'Starter' images appear in the 'New' dialog, along with solid color background

View file

@ -100,7 +100,7 @@
</p> </p>
<p> <p>
mayo 2, 2025 </p> junio 8, 2025 </p>
</center> </center>
</header> </header>
@ -126,7 +126,10 @@
<li><a href="#stamps">Stamps</a> <ul> <li><a href="#stamps">Stamps</a> <ul>
<li><a href="#stamps_images">Stamp Images</a></li> <li><a href="#description_text">Stamp Descriptive Text</a></li> <li><a href="#sound_effects">Stamp Sound Effects</a></li> <li><a href="#descriptive_sound">Stamp Descriptive Sound</a></li> <li><a href="#stamp_options">Stamp Options</a></li> <li><a href="#pre_mirroed_and_flipped_images">Pre-Mirrored and Flipped Stamps</a></li> </ul> <li><a href="#stamps_images">Stamp Images</a></li> <li><a href="#description_text">Stamp Descriptive Text</a></li> <li><a href="#sound_effects">Stamp Sound Effects</a></li> <li><a href="#descriptive_sound">Stamp Descriptive Sound</a></li> <li><a href="#stamp_options">Stamp Options</a></li> <li><a href="#pre_mirroed_and_flipped_images">Pre-Mirrored and Flipped Stamps</a></li> </ul>
</li> </li>
<li><a href="#fonts">Fonts</a></li> <li><a href="#starters">'Starters'</a> <ul> <li><a href="#fonts">Fonts</a> <ul>
<li><a href="#systemfonts">System Fonts</a></li> <li><a href="#fontconfig">FontConfig</a></li> </ul>
</li>
<li><a href="#starters">'Starters'</a> <ul>
<li><a href="#coloring_book_style">Coloring-Book Style Starters</a></li> <li><a href="#scene_style">Scene-Style Starters</a></li> <li><a href="#starter_options">Starter Options</a></li> </ul> <li><a href="#coloring_book_style">Coloring-Book Style Starters</a></li> <li><a href="#scene_style">Scene-Style Starters</a></li> <li><a href="#starter_options">Starter Options</a></li> </ul>
</li> </li>
<li><a href="#templates">'Templates'</a> <ul> <li><a href="#templates">'Templates'</a> <ul>
@ -687,6 +690,87 @@
<p> <p>
Simply place them in the "<code><b>fonts</b></code>" directory. When using the 'Text' and 'Label' tools, Tux Paint will present the font in the 'Letters' selector at the right, along with options to enable bold and/or italics, and change the size. </p> Simply place them in the "<code><b>fonts</b></code>" directory. When using the 'Text' and 'Label' tools, Tux Paint will present the font in the 'Letters' selector at the right, along with options to enable bold and/or italics, and change the size. </p>
<section><!-- H2: System Fonts -->
<header>
<h2>
<a name="systemfonts"
id="systemfonts">System Fonts</a>
</h2>
</header>
<p>
Tux Paint checks a number of standard Operating System locations for fonts that the 'Text' and 'Label' tools might be able to use (unless the "<code>--nosysfonts</code>" option is set). The locations vary, depending on operating system. </p>
<ul>
<li>
<strong>Windows</strong>
<ul>
<li>
The location specified by the "<code>Fonts</code>" option of the "<code>Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders</code>" Windows Registry key. </li>
<li>
If the above fails, then "C:\WINDOWS\FONTS". </li>
<li>
The location specified by the "<code>Local AppData</code>" option of the "<code>Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders</code>" Windows Registry key. The path "<code>\Microsoft\Windows\Fonts</code>" is appended to that location. </li>
</ul>
</li>
<li>
<strong>macOS</strong>
<ul>
<li><code>/System/Library/Fonts</code></li>
<li><code>/Library/Fonts</code></li>
<li><code>/usr/share/fonts</code></li>
<li><code>/usr/X11R6/lib/X11/fonts</code></li>
<li>The "<code>Library/Fonts</code>" folder in the user's home folder.</li>
</ul>
</li>
<li>
<strong>Android</strong>
<ul>
<li><code>/system/fonts</code></li>
</ul>
</li>
<li>
<strong>Haiku</strong>
<p>
The locations found by asking Haiku's "Storage Kit" to find the directories on the "<code>/boot</code>" volume for: <ul>
<li><code>B_SYSTEM_FONTS_DIRECTORY</code></li>
<li><code>B_SYSTEM_NONPACKAGED_FONTS_DIRECTORY</code></li>
<li><code>B_USER_FONTS_DIRECTORY</code></li>
<li><code>B_USER_NONPACKAGED_FONTS_DIRECTORY</code></li>
</ul>
</p>
</li>
<li>
<strong>Linux</strong>
<ul>
<li><code>/usr/share/feh/fonts</code></li>
<li><code>/usr/share/fonts</code></li>
<li><code>/usr/X11R6/lib/X11/fonts</code></li>
<li><code>/usr/share/texmf/fonts</code></li>
<li><code>/usr/share/grace/fonts/type1</code></li>
<li><code>/usr/share/hatman/fonts</code></li>
<li><code>/usr/share/icewm/themes/jim-mac</code></li>
<li><code>/usr/share/vlc/skins2/fonts</code></li>
<li><code>/usr/share/xplanet/fonts</code></li>
</ul>
</li>
</ul>
</section><!-- H2: System Fonts -->
<section><!-- H2: FontConfig -->
<header>
<h2>
<a name="fontconfig"
id="fontconfig"><cite>FontConfig</cite></a>
</h2>
</header>
<p>...</p>
</section><!-- H2: FontConfig -->
</section><!-- H1: Fonts --> </section><!-- H1: Fonts -->
<section class="indent outer"><!-- H1: Starters --> <section class="indent outer"><!-- H1: Starters -->

View file

@ -5,7 +5,7 @@
Copyright © 2002-2025 by divers contributeurs; voir AUTHORS.txt. Copyright © 2002-2025 by divers contributeurs; voir AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
mai 2, 2025 juin 8, 2025
+-------------------------------------------------------------+ +-------------------------------------------------------------+
| Table des matières | | Table des matières |
@ -24,6 +24,8 @@
| + Options des tampons | | + Options des tampons |
| + Tampons mis en miroir et inversés | | + Tampons mis en miroir et inversés |
| * Polices | | * Polices |
| + System Fonts |
| + FontConfig |
| * 'Images de démarrage' | | * 'Images de démarrage' |
| + Images de démarrage avec style 'livre de coloriage' | | + Images de démarrage avec style 'livre de coloriage' |
| + Images de démarrage avec 'style scénique' | | + Images de démarrage avec 'style scénique' |
@ -619,6 +621,52 @@ Placez-les simplement dans le répertoire "fonts". Quand on utilise les outils
'Lettres' sur la droite, en même temps que les options pour afficher en gras ou 'Lettres' sur la droite, en même temps que les options pour afficher en gras ou
en italique, et pour changer la taille. en italique, et pour changer la taille.
### System Fonts ###
Tux Paint checks a number of standard Operating System locations for fonts that
the 'Text' and 'Label' tools might be able to use (unless the "--nosysfonts"
option is set). The locations vary, depending on operating system.
* Windows
+ The location specified by the "Fonts" option of the "Software\Microsoft
\Windows\CurrentVersion\Explorer\Shell Folders" Windows Registry key.
+ If the above fails, then "C:\WINDOWS\FONTS".
+ The location specified by the "Local AppData" option of the "Software\
Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" Windows
Registry key. The path "\Microsoft\Windows\Fonts" is appended to that
location.
* macOS
+ /System/Library/Fonts
+ /Library/Fonts
+ /usr/share/fonts
+ /usr/X11R6/lib/X11/fonts
+ The "Library/Fonts" folder in the user's home folder.
* Android
+ /system/fonts
* Haiku
The locations found by asking Haiku's "Storage Kit" to find the directories
on the "/boot" volume for:
+ B_SYSTEM_FONTS_DIRECTORY
+ B_SYSTEM_NONPACKAGED_FONTS_DIRECTORY
+ B_USER_FONTS_DIRECTORY
+ B_USER_NONPACKAGED_FONTS_DIRECTORY
* Linux
+ /usr/share/feh/fonts
+ /usr/share/fonts
+ /usr/X11R6/lib/X11/fonts
+ /usr/share/texmf/fonts
+ /usr/share/grace/fonts/type1
+ /usr/share/hatman/fonts
+ /usr/share/icewm/themes/jim-mac
+ /usr/share/vlc/skins2/fonts
+ /usr/share/xplanet/fonts
### FontConfig ###
...
'Images de démarrage' 'Images de démarrage'
Les images «de démarrage» apparaissent dans la boîte de dialogue «Nouveau», Les images «de démarrage» apparaissent dans la boîte de dialogue «Nouveau»,

View file

@ -100,7 +100,7 @@
</p> </p>
<p> <p>
mai 2, 2025 </p> juin 8, 2025 </p>
</center> </center>
</header> </header>
@ -126,7 +126,10 @@
<li><a href="#stamps">Tampons</a> <ul> <li><a href="#stamps">Tampons</a> <ul>
<li><a href="#stamps_images">Images des tampons</a></li> <li><a href="#description_text">Texte de description des tampons</a></li> <li><a href="#sound_effects">Effets sonores des tampons</a></li> <li><a href="#descriptive_sound">Son descriptif du tampon</a></li> <li><a href="#stamp_options">Options des tampons</a></li> <li><a href="#pre_mirroed_and_flipped_images">Tampons mis en miroir et inversés</a></li> </ul> <li><a href="#stamps_images">Images des tampons</a></li> <li><a href="#description_text">Texte de description des tampons</a></li> <li><a href="#sound_effects">Effets sonores des tampons</a></li> <li><a href="#descriptive_sound">Son descriptif du tampon</a></li> <li><a href="#stamp_options">Options des tampons</a></li> <li><a href="#pre_mirroed_and_flipped_images">Tampons mis en miroir et inversés</a></li> </ul>
</li> </li>
<li><a href="#fonts">Polices</a></li> <li><a href="#starters">'Images de démarrage'</a> <ul> <li><a href="#fonts">Polices</a> <ul>
<li><a href="#systemfonts">System Fonts</a></li> <li><a href="#fontconfig">FontConfig</a></li> </ul>
</li>
<li><a href="#starters">'Images de démarrage'</a> <ul>
<li><a href="#coloring_book_style">Images de démarrage avec style 'livre de coloriage'</a></li> <li><a href="#scene_style">Images de démarrage avec 'style scénique'</a></li> <li><a href="#starter_options">Options d'image de démarrage</a></li> </ul> <li><a href="#coloring_book_style">Images de démarrage avec style 'livre de coloriage'</a></li> <li><a href="#scene_style">Images de démarrage avec 'style scénique'</a></li> <li><a href="#starter_options">Options d'image de démarrage</a></li> </ul>
</li> </li>
<li><a href="#templates">'Modèles'</a> <ul> <li><a href="#templates">'Modèles'</a> <ul>
@ -687,6 +690,87 @@
<p> <p>
Placez-les simplement dans le répertoire "<code><b>fonts</b></code>". Quand on utilise les outils 'Texte' et 'Étiquettes', Tux Paint affichera la police dans le sélecteur de 'Lettres' sur la droite, en même temps que les options pour afficher en gras ou en italique, et pour changer la taille. </p> Placez-les simplement dans le répertoire "<code><b>fonts</b></code>". Quand on utilise les outils 'Texte' et 'Étiquettes', Tux Paint affichera la police dans le sélecteur de 'Lettres' sur la droite, en même temps que les options pour afficher en gras ou en italique, et pour changer la taille. </p>
<section><!-- H2: System Fonts -->
<header>
<h2>
<a name="systemfonts"
id="systemfonts">System Fonts</a>
</h2>
</header>
<p>
Tux Paint checks a number of standard Operating System locations for fonts that the 'Text' and 'Label' tools might be able to use (unless the "<code>--nosysfonts</code>" option is set). The locations vary, depending on operating system. </p>
<ul>
<li>
<strong>Windows</strong>
<ul>
<li>
The location specified by the "<code>Fonts</code>" option of the "<code>Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders</code>" Windows Registry key. </li>
<li>
If the above fails, then "C:\WINDOWS\FONTS". </li>
<li>
The location specified by the "<code>Local AppData</code>" option of the "<code>Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders</code>" Windows Registry key. The path "<code>\Microsoft\Windows\Fonts</code>" is appended to that location. </li>
</ul>
</li>
<li>
<strong>macOS</strong>
<ul>
<li><code>/System/Library/Fonts</code></li>
<li><code>/Library/Fonts</code></li>
<li><code>/usr/share/fonts</code></li>
<li><code>/usr/X11R6/lib/X11/fonts</code></li>
<li>The "<code>Library/Fonts</code>" folder in the user's home folder.</li>
</ul>
</li>
<li>
<strong>Android</strong>
<ul>
<li><code>/system/fonts</code></li>
</ul>
</li>
<li>
<strong>Haiku</strong>
<p>
The locations found by asking Haiku's "Storage Kit" to find the directories on the "<code>/boot</code>" volume for: <ul>
<li><code>B_SYSTEM_FONTS_DIRECTORY</code></li>
<li><code>B_SYSTEM_NONPACKAGED_FONTS_DIRECTORY</code></li>
<li><code>B_USER_FONTS_DIRECTORY</code></li>
<li><code>B_USER_NONPACKAGED_FONTS_DIRECTORY</code></li>
</ul>
</p>
</li>
<li>
<strong>Linux</strong>
<ul>
<li><code>/usr/share/feh/fonts</code></li>
<li><code>/usr/share/fonts</code></li>
<li><code>/usr/X11R6/lib/X11/fonts</code></li>
<li><code>/usr/share/texmf/fonts</code></li>
<li><code>/usr/share/grace/fonts/type1</code></li>
<li><code>/usr/share/hatman/fonts</code></li>
<li><code>/usr/share/icewm/themes/jim-mac</code></li>
<li><code>/usr/share/vlc/skins2/fonts</code></li>
<li><code>/usr/share/xplanet/fonts</code></li>
</ul>
</li>
</ul>
</section><!-- H2: System Fonts -->
<section><!-- H2: FontConfig -->
<header>
<h2>
<a name="fontconfig"
id="fontconfig"><cite>FontConfig</cite></a>
</h2>
</header>
<p>...</p>
</section><!-- H2: FontConfig -->
</section><!-- H1: Fonts --> </section><!-- H1: Fonts -->
<section class="indent outer"><!-- H1: Starters --> <section class="indent outer"><!-- H1: Starters -->

View file

@ -5,7 +5,7 @@
Copyright © 2002-2025 by varios colaboradores; see AUTHORS.txt. Copyright © 2002-2025 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
2 de Maio de 2025 8 de Xuño de 2025
+-------------------------------------------------------------+ +-------------------------------------------------------------+
| Índice | | Índice |
@ -24,6 +24,8 @@
| + Opcións de selos | | + Opcións de selos |
| + Selos prereflectidos e invertidos | | + Selos prereflectidos e invertidos |
| * Tipos de letra | | * Tipos de letra |
| + System Fonts |
| + FontConfig |
| * «Imaxes de comezo» | | * «Imaxes de comezo» |
| + Imaxes «de comezo» ao estilo dun libro para colorar | | + Imaxes «de comezo» ao estilo dun libro para colorar |
| + Imaxes «de comezo» ao estilo dunha escena | | + Imaxes «de comezo» ao estilo dunha escena |
@ -604,6 +606,52 @@ Simply place them in the "fonts" directory. When using the 'Text' and 'Label'
tools, Tux Paint will present the font in the 'Letters' selector at the right, tools, Tux Paint will present the font in the 'Letters' selector at the right,
along with options to enable bold and/or italics, and change the size. along with options to enable bold and/or italics, and change the size.
### System Fonts ###
Tux Paint checks a number of standard Operating System locations for fonts that
the 'Text' and 'Label' tools might be able to use (unless the "--nosysfonts"
option is set). The locations vary, depending on operating system.
* Windows
+ The location specified by the "Fonts" option of the "Software\Microsoft
\Windows\CurrentVersion\Explorer\Shell Folders" Windows Registry key.
+ If the above fails, then "C:\WINDOWS\FONTS".
+ The location specified by the "Local AppData" option of the "Software\
Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" Windows
Registry key. The path "\Microsoft\Windows\Fonts" is appended to that
location.
* macOS
+ /System/Library/Fonts
+ /Library/Fonts
+ /usr/share/fonts
+ /usr/X11R6/lib/X11/fonts
+ The "Library/Fonts" folder in the user's home folder.
* Android
+ /system/fonts
* Haiku
The locations found by asking Haiku's "Storage Kit" to find the directories
on the "/boot" volume for:
+ B_SYSTEM_FONTS_DIRECTORY
+ B_SYSTEM_NONPACKAGED_FONTS_DIRECTORY
+ B_USER_FONTS_DIRECTORY
+ B_USER_NONPACKAGED_FONTS_DIRECTORY
* Linux
+ /usr/share/feh/fonts
+ /usr/share/fonts
+ /usr/X11R6/lib/X11/fonts
+ /usr/share/texmf/fonts
+ /usr/share/grace/fonts/type1
+ /usr/share/hatman/fonts
+ /usr/share/icewm/themes/jim-mac
+ /usr/share/vlc/skins2/fonts
+ /usr/share/xplanet/fonts
### FontConfig ###
...
«Imaxes de comezo» «Imaxes de comezo»
As imaxes « de inicio» aparecen no diálogo «Novo», xunto con opcións de fondo As imaxes « de inicio» aparecen no diálogo «Novo», xunto con opcións de fondo

View file

@ -100,7 +100,7 @@
</p> </p>
<p> <p>
2 de Maio de 2025 </p> 8 de Xuño de 2025 </p>
</center> </center>
</header> </header>
@ -126,7 +126,10 @@
<li><a href="#stamps">Selos</a> <ul> <li><a href="#stamps">Selos</a> <ul>
<li><a href="#stamps_images">Imaxes de selos</a></li> <li><a href="#description_text">Texto descritivo do selo</a></li> <li><a href="#sound_effects">Efectos de son dos selos</a></li> <li><a href="#descriptive_sound">Son descritivo do selo</a></li> <li><a href="#stamp_options">Opcións de selos</a></li> <li><a href="#pre_mirroed_and_flipped_images">Selos prereflectidos e invertidos</a></li> </ul> <li><a href="#stamps_images">Imaxes de selos</a></li> <li><a href="#description_text">Texto descritivo do selo</a></li> <li><a href="#sound_effects">Efectos de son dos selos</a></li> <li><a href="#descriptive_sound">Son descritivo do selo</a></li> <li><a href="#stamp_options">Opcións de selos</a></li> <li><a href="#pre_mirroed_and_flipped_images">Selos prereflectidos e invertidos</a></li> </ul>
</li> </li>
<li><a href="#fonts">Tipos de letra</a></li> <li><a href="#starters">«Imaxes de comezo»</a> <ul> <li><a href="#fonts">Tipos de letra</a> <ul>
<li><a href="#systemfonts">System Fonts</a></li> <li><a href="#fontconfig">FontConfig</a></li> </ul>
</li>
<li><a href="#starters">«Imaxes de comezo»</a> <ul>
<li><a href="#coloring_book_style">Imaxes «de comezo» ao estilo dun libro para colorar</a></li> <li><a href="#scene_style">Imaxes «de comezo» ao estilo dunha escena</a></li> <li><a href="#starter_options">Starter Options</a></li> </ul> <li><a href="#coloring_book_style">Imaxes «de comezo» ao estilo dun libro para colorar</a></li> <li><a href="#scene_style">Imaxes «de comezo» ao estilo dunha escena</a></li> <li><a href="#starter_options">Starter Options</a></li> </ul>
</li> </li>
<li><a href="#templates">«Modelos»</a> <ul> <li><a href="#templates">«Modelos»</a> <ul>
@ -687,6 +690,87 @@
<p> <p>
Simply place them in the "<code><b>fonts</b></code>" directory. When using the 'Text' and 'Label' tools, Tux Paint will present the font in the 'Letters' selector at the right, along with options to enable bold and/or italics, and change the size. </p> Simply place them in the "<code><b>fonts</b></code>" directory. When using the 'Text' and 'Label' tools, Tux Paint will present the font in the 'Letters' selector at the right, along with options to enable bold and/or italics, and change the size. </p>
<section><!-- H2: System Fonts -->
<header>
<h2>
<a name="systemfonts"
id="systemfonts">System Fonts</a>
</h2>
</header>
<p>
Tux Paint checks a number of standard Operating System locations for fonts that the 'Text' and 'Label' tools might be able to use (unless the "<code>--nosysfonts</code>" option is set). The locations vary, depending on operating system. </p>
<ul>
<li>
<strong>Windows</strong>
<ul>
<li>
The location specified by the "<code>Fonts</code>" option of the "<code>Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders</code>" Windows Registry key. </li>
<li>
If the above fails, then "C:\WINDOWS\FONTS". </li>
<li>
The location specified by the "<code>Local AppData</code>" option of the "<code>Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders</code>" Windows Registry key. The path "<code>\Microsoft\Windows\Fonts</code>" is appended to that location. </li>
</ul>
</li>
<li>
<strong>macOS</strong>
<ul>
<li><code>/System/Library/Fonts</code></li>
<li><code>/Library/Fonts</code></li>
<li><code>/usr/share/fonts</code></li>
<li><code>/usr/X11R6/lib/X11/fonts</code></li>
<li>The "<code>Library/Fonts</code>" folder in the user's home folder.</li>
</ul>
</li>
<li>
<strong>Android</strong>
<ul>
<li><code>/system/fonts</code></li>
</ul>
</li>
<li>
<strong>Haiku</strong>
<p>
The locations found by asking Haiku's "Storage Kit" to find the directories on the "<code>/boot</code>" volume for: <ul>
<li><code>B_SYSTEM_FONTS_DIRECTORY</code></li>
<li><code>B_SYSTEM_NONPACKAGED_FONTS_DIRECTORY</code></li>
<li><code>B_USER_FONTS_DIRECTORY</code></li>
<li><code>B_USER_NONPACKAGED_FONTS_DIRECTORY</code></li>
</ul>
</p>
</li>
<li>
<strong>Linux</strong>
<ul>
<li><code>/usr/share/feh/fonts</code></li>
<li><code>/usr/share/fonts</code></li>
<li><code>/usr/X11R6/lib/X11/fonts</code></li>
<li><code>/usr/share/texmf/fonts</code></li>
<li><code>/usr/share/grace/fonts/type1</code></li>
<li><code>/usr/share/hatman/fonts</code></li>
<li><code>/usr/share/icewm/themes/jim-mac</code></li>
<li><code>/usr/share/vlc/skins2/fonts</code></li>
<li><code>/usr/share/xplanet/fonts</code></li>
</ul>
</li>
</ul>
</section><!-- H2: System Fonts -->
<section><!-- H2: FontConfig -->
<header>
<h2>
<a name="fontconfig"
id="fontconfig"><cite>FontConfig</cite></a>
</h2>
</header>
<p>...</p>
</section><!-- H2: FontConfig -->
</section><!-- H1: Fonts --> </section><!-- H1: Fonts -->
<section class="indent outer"><!-- H1: Starters --> <section class="indent outer"><!-- H1: Starters -->

View file

@ -5,7 +5,7 @@
Copyright © 2002-2025 by various contributors; see AUTHORS.txt. Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
maí 2, 2025 júní 8, 2025
+-----------------------------------------+ +-----------------------------------------+
| Table of Contents | | Table of Contents |
@ -24,6 +24,8 @@
| + Stamp Options | | + Stamp Options |
| + Pre-Mirrored and Flipped Stamps | | + Pre-Mirrored and Flipped Stamps |
| * Fonts | | * Fonts |
| + System Fonts |
| + FontConfig |
| * 'Starters' | | * 'Starters' |
| + Coloring-Book Style Starters | | + Coloring-Book Style Starters |
| + Scene-Style Starters | | + Scene-Style Starters |
@ -587,6 +589,52 @@ Simply place them in the "fonts" directory. When using the 'Text' and 'Label'
tools, Tux Paint will present the font in the 'Letters' selector at the right, tools, Tux Paint will present the font in the 'Letters' selector at the right,
along with options to enable bold and/or italics, and change the size. along with options to enable bold and/or italics, and change the size.
### System Fonts ###
Tux Paint checks a number of standard Operating System locations for fonts that
the 'Text' and 'Label' tools might be able to use (unless the "--nosysfonts"
option is set). The locations vary, depending on operating system.
* Windows
+ The location specified by the "Fonts" option of the "Software\Microsoft
\Windows\CurrentVersion\Explorer\Shell Folders" Windows Registry key.
+ If the above fails, then "C:\WINDOWS\FONTS".
+ The location specified by the "Local AppData" option of the "Software\
Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" Windows
Registry key. The path "\Microsoft\Windows\Fonts" is appended to that
location.
* macOS
+ /System/Library/Fonts
+ /Library/Fonts
+ /usr/share/fonts
+ /usr/X11R6/lib/X11/fonts
+ The "Library/Fonts" folder in the user's home folder.
* Android
+ /system/fonts
* Haiku
The locations found by asking Haiku's "Storage Kit" to find the directories
on the "/boot" volume for:
+ B_SYSTEM_FONTS_DIRECTORY
+ B_SYSTEM_NONPACKAGED_FONTS_DIRECTORY
+ B_USER_FONTS_DIRECTORY
+ B_USER_NONPACKAGED_FONTS_DIRECTORY
* Linux
+ /usr/share/feh/fonts
+ /usr/share/fonts
+ /usr/X11R6/lib/X11/fonts
+ /usr/share/texmf/fonts
+ /usr/share/grace/fonts/type1
+ /usr/share/hatman/fonts
+ /usr/share/icewm/themes/jim-mac
+ /usr/share/vlc/skins2/fonts
+ /usr/share/xplanet/fonts
### FontConfig ###
...
'Starters' 'Starters'
'Starter' images appear in the 'New' dialog, along with solid color background 'Starter' images appear in the 'New' dialog, along with solid color background

View file

@ -100,7 +100,7 @@
</p> </p>
<p> <p>
maí 2, 2025 </p> júní 8, 2025 </p>
</center> </center>
</header> </header>
@ -126,7 +126,10 @@
<li><a href="#stamps">Stamps</a> <ul> <li><a href="#stamps">Stamps</a> <ul>
<li><a href="#stamps_images">Stamp Images</a></li> <li><a href="#description_text">Stamp Descriptive Text</a></li> <li><a href="#sound_effects">Stamp Sound Effects</a></li> <li><a href="#descriptive_sound">Stamp Descriptive Sound</a></li> <li><a href="#stamp_options">Stamp Options</a></li> <li><a href="#pre_mirroed_and_flipped_images">Pre-Mirrored and Flipped Stamps</a></li> </ul> <li><a href="#stamps_images">Stamp Images</a></li> <li><a href="#description_text">Stamp Descriptive Text</a></li> <li><a href="#sound_effects">Stamp Sound Effects</a></li> <li><a href="#descriptive_sound">Stamp Descriptive Sound</a></li> <li><a href="#stamp_options">Stamp Options</a></li> <li><a href="#pre_mirroed_and_flipped_images">Pre-Mirrored and Flipped Stamps</a></li> </ul>
</li> </li>
<li><a href="#fonts">Fonts</a></li> <li><a href="#starters">'Starters'</a> <ul> <li><a href="#fonts">Fonts</a> <ul>
<li><a href="#systemfonts">System Fonts</a></li> <li><a href="#fontconfig">FontConfig</a></li> </ul>
</li>
<li><a href="#starters">'Starters'</a> <ul>
<li><a href="#coloring_book_style">Coloring-Book Style Starters</a></li> <li><a href="#scene_style">Scene-Style Starters</a></li> <li><a href="#starter_options">Starter Options</a></li> </ul> <li><a href="#coloring_book_style">Coloring-Book Style Starters</a></li> <li><a href="#scene_style">Scene-Style Starters</a></li> <li><a href="#starter_options">Starter Options</a></li> </ul>
</li> </li>
<li><a href="#templates">'Templates'</a> <ul> <li><a href="#templates">'Templates'</a> <ul>
@ -687,6 +690,87 @@
<p> <p>
Simply place them in the "<code><b>fonts</b></code>" directory. When using the 'Text' and 'Label' tools, Tux Paint will present the font in the 'Letters' selector at the right, along with options to enable bold and/or italics, and change the size. </p> Simply place them in the "<code><b>fonts</b></code>" directory. When using the 'Text' and 'Label' tools, Tux Paint will present the font in the 'Letters' selector at the right, along with options to enable bold and/or italics, and change the size. </p>
<section><!-- H2: System Fonts -->
<header>
<h2>
<a name="systemfonts"
id="systemfonts">System Fonts</a>
</h2>
</header>
<p>
Tux Paint checks a number of standard Operating System locations for fonts that the 'Text' and 'Label' tools might be able to use (unless the "<code>--nosysfonts</code>" option is set). The locations vary, depending on operating system. </p>
<ul>
<li>
<strong>Windows</strong>
<ul>
<li>
The location specified by the "<code>Fonts</code>" option of the "<code>Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders</code>" Windows Registry key. </li>
<li>
If the above fails, then "C:\WINDOWS\FONTS". </li>
<li>
The location specified by the "<code>Local AppData</code>" option of the "<code>Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders</code>" Windows Registry key. The path "<code>\Microsoft\Windows\Fonts</code>" is appended to that location. </li>
</ul>
</li>
<li>
<strong>macOS</strong>
<ul>
<li><code>/System/Library/Fonts</code></li>
<li><code>/Library/Fonts</code></li>
<li><code>/usr/share/fonts</code></li>
<li><code>/usr/X11R6/lib/X11/fonts</code></li>
<li>The "<code>Library/Fonts</code>" folder in the user's home folder.</li>
</ul>
</li>
<li>
<strong>Android</strong>
<ul>
<li><code>/system/fonts</code></li>
</ul>
</li>
<li>
<strong>Haiku</strong>
<p>
The locations found by asking Haiku's "Storage Kit" to find the directories on the "<code>/boot</code>" volume for: <ul>
<li><code>B_SYSTEM_FONTS_DIRECTORY</code></li>
<li><code>B_SYSTEM_NONPACKAGED_FONTS_DIRECTORY</code></li>
<li><code>B_USER_FONTS_DIRECTORY</code></li>
<li><code>B_USER_NONPACKAGED_FONTS_DIRECTORY</code></li>
</ul>
</p>
</li>
<li>
<strong>Linux</strong>
<ul>
<li><code>/usr/share/feh/fonts</code></li>
<li><code>/usr/share/fonts</code></li>
<li><code>/usr/X11R6/lib/X11/fonts</code></li>
<li><code>/usr/share/texmf/fonts</code></li>
<li><code>/usr/share/grace/fonts/type1</code></li>
<li><code>/usr/share/hatman/fonts</code></li>
<li><code>/usr/share/icewm/themes/jim-mac</code></li>
<li><code>/usr/share/vlc/skins2/fonts</code></li>
<li><code>/usr/share/xplanet/fonts</code></li>
</ul>
</li>
</ul>
</section><!-- H2: System Fonts -->
<section><!-- H2: FontConfig -->
<header>
<h2>
<a name="fontconfig"
id="fontconfig"><cite>FontConfig</cite></a>
</h2>
</header>
<p>...</p>
</section><!-- H2: FontConfig -->
</section><!-- H1: Fonts --> </section><!-- H1: Fonts -->
<section class="indent outer"><!-- H1: Starters --> <section class="indent outer"><!-- H1: Starters -->

View file

@ -5,7 +5,7 @@
Copyright © 2002-2025 by various contributors; AUTHORS.txt 参照. Copyright © 2002-2025 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/ https://tuxpaint.org/
2025年5月 2 2025年6月 8
+-----------------------------------------+ +-----------------------------------------+
| 目次 | | 目次 |
@ -24,6 +24,8 @@
| + Stamp Options | | + Stamp Options |
| + Pre-Mirrored and Flipped Stamps | | + Pre-Mirrored and Flipped Stamps |
| * フォント | | * フォント |
| + System Fonts |
| + FontConfig |
| * 'Starters' | | * 'Starters' |
| + Coloring-Book Style Starters | | + Coloring-Book Style Starters |
| + Scene-Style Starters | | + Scene-Style Starters |
@ -587,6 +589,52 @@ Simply place them in the "fonts" directory. When using the 'Text' and 'Label'
tools, Tux Paint will present the font in the 'Letters' selector at the right, tools, Tux Paint will present the font in the 'Letters' selector at the right,
along with options to enable bold and/or italics, and change the size. along with options to enable bold and/or italics, and change the size.
### System Fonts ###
Tux Paint checks a number of standard Operating System locations for fonts that
the 'Text' and 'Label' tools might be able to use (unless the "--nosysfonts"
option is set). The locations vary, depending on operating system.
* Windows
+ The location specified by the "Fonts" option of the "Software\Microsoft
\Windows\CurrentVersion\Explorer\Shell Folders" Windows Registry key.
+ If the above fails, then "C:\WINDOWS\FONTS".
+ The location specified by the "Local AppData" option of the "Software\
Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" Windows
Registry key. The path "\Microsoft\Windows\Fonts" is appended to that
location.
* macOS
+ /System/Library/Fonts
+ /Library/Fonts
+ /usr/share/fonts
+ /usr/X11R6/lib/X11/fonts
+ The "Library/Fonts" folder in the user's home folder.
* Android
+ /system/fonts
* Haiku
The locations found by asking Haiku's "Storage Kit" to find the directories
on the "/boot" volume for:
+ B_SYSTEM_FONTS_DIRECTORY
+ B_SYSTEM_NONPACKAGED_FONTS_DIRECTORY
+ B_USER_FONTS_DIRECTORY
+ B_USER_NONPACKAGED_FONTS_DIRECTORY
* Linux
+ /usr/share/feh/fonts
+ /usr/share/fonts
+ /usr/X11R6/lib/X11/fonts
+ /usr/share/texmf/fonts
+ /usr/share/grace/fonts/type1
+ /usr/share/hatman/fonts
+ /usr/share/icewm/themes/jim-mac
+ /usr/share/vlc/skins2/fonts
+ /usr/share/xplanet/fonts
### FontConfig ###
...
'Starters' 'Starters'
'Starter' images appear in the 'New' dialog, along with solid color background 'Starter' images appear in the 'New' dialog, along with solid color background

View file

@ -100,7 +100,7 @@
</p> </p>
<p> <p>
2025年5月 2</p> 2025年6月 8</p>
</center> </center>
</header> </header>
@ -126,7 +126,10 @@
<li><a href="#stamps">はんこ</a> <ul> <li><a href="#stamps">はんこ</a> <ul>
<li><a href="#stamps_images">Stamp Images</a></li> <li><a href="#description_text">Stamp Descriptive Text</a></li> <li><a href="#sound_effects">Stamp Sound Effects</a></li> <li><a href="#descriptive_sound">Stamp Descriptive Sound</a></li> <li><a href="#stamp_options">Stamp Options</a></li> <li><a href="#pre_mirroed_and_flipped_images">Pre-Mirrored and Flipped Stamps</a></li> </ul> <li><a href="#stamps_images">Stamp Images</a></li> <li><a href="#description_text">Stamp Descriptive Text</a></li> <li><a href="#sound_effects">Stamp Sound Effects</a></li> <li><a href="#descriptive_sound">Stamp Descriptive Sound</a></li> <li><a href="#stamp_options">Stamp Options</a></li> <li><a href="#pre_mirroed_and_flipped_images">Pre-Mirrored and Flipped Stamps</a></li> </ul>
</li> </li>
<li><a href="#fonts">フォント</a></li> <li><a href="#starters">'Starters'</a> <ul> <li><a href="#fonts">フォント</a> <ul>
<li><a href="#systemfonts">System Fonts</a></li> <li><a href="#fontconfig">FontConfig</a></li> </ul>
</li>
<li><a href="#starters">'Starters'</a> <ul>
<li><a href="#coloring_book_style">Coloring-Book Style Starters</a></li> <li><a href="#scene_style">Scene-Style Starters</a></li> <li><a href="#starter_options">Starter Options</a></li> </ul> <li><a href="#coloring_book_style">Coloring-Book Style Starters</a></li> <li><a href="#scene_style">Scene-Style Starters</a></li> <li><a href="#starter_options">Starter Options</a></li> </ul>
</li> </li>
<li><a href="#templates">'Templates'</a> <ul> <li><a href="#templates">'Templates'</a> <ul>
@ -687,6 +690,87 @@
<p> <p>
Simply place them in the "<code><b>fonts</b></code>" directory. When using the 'Text' and 'Label' tools, Tux Paint will present the font in the 'Letters' selector at the right, along with options to enable bold and/or italics, and change the size. </p> Simply place them in the "<code><b>fonts</b></code>" directory. When using the 'Text' and 'Label' tools, Tux Paint will present the font in the 'Letters' selector at the right, along with options to enable bold and/or italics, and change the size. </p>
<section><!-- H2: System Fonts -->
<header>
<h2>
<a name="systemfonts"
id="systemfonts">System Fonts</a>
</h2>
</header>
<p>
Tux Paint checks a number of standard Operating System locations for fonts that the 'Text' and 'Label' tools might be able to use (unless the "<code>--nosysfonts</code>" option is set). The locations vary, depending on operating system. </p>
<ul>
<li>
<strong>Windows</strong>
<ul>
<li>
The location specified by the "<code>Fonts</code>" option of the "<code>Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders</code>" Windows Registry key. </li>
<li>
If the above fails, then "C:\WINDOWS\FONTS". </li>
<li>
The location specified by the "<code>Local AppData</code>" option of the "<code>Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders</code>" Windows Registry key. The path "<code>\Microsoft\Windows\Fonts</code>" is appended to that location. </li>
</ul>
</li>
<li>
<strong>macOS</strong>
<ul>
<li><code>/System/Library/Fonts</code></li>
<li><code>/Library/Fonts</code></li>
<li><code>/usr/share/fonts</code></li>
<li><code>/usr/X11R6/lib/X11/fonts</code></li>
<li>The "<code>Library/Fonts</code>" folder in the user's home folder.</li>
</ul>
</li>
<li>
<strong>Android</strong>
<ul>
<li><code>/system/fonts</code></li>
</ul>
</li>
<li>
<strong>Haiku</strong>
<p>
The locations found by asking Haiku's "Storage Kit" to find the directories on the "<code>/boot</code>" volume for: <ul>
<li><code>B_SYSTEM_FONTS_DIRECTORY</code></li>
<li><code>B_SYSTEM_NONPACKAGED_FONTS_DIRECTORY</code></li>
<li><code>B_USER_FONTS_DIRECTORY</code></li>
<li><code>B_USER_NONPACKAGED_FONTS_DIRECTORY</code></li>
</ul>
</p>
</li>
<li>
<strong>Linux</strong>
<ul>
<li><code>/usr/share/feh/fonts</code></li>
<li><code>/usr/share/fonts</code></li>
<li><code>/usr/X11R6/lib/X11/fonts</code></li>
<li><code>/usr/share/texmf/fonts</code></li>
<li><code>/usr/share/grace/fonts/type1</code></li>
<li><code>/usr/share/hatman/fonts</code></li>
<li><code>/usr/share/icewm/themes/jim-mac</code></li>
<li><code>/usr/share/vlc/skins2/fonts</code></li>
<li><code>/usr/share/xplanet/fonts</code></li>
</ul>
</li>
</ul>
</section><!-- H2: System Fonts -->
<section><!-- H2: FontConfig -->
<header>
<h2>
<a name="fontconfig"
id="fontconfig"><cite>FontConfig</cite></a>
</h2>
</header>
<p>...</p>
</section><!-- H2: FontConfig -->
</section><!-- H1: Fonts --> </section><!-- H1: Fonts -->
<section class="indent outer"><!-- H1: Starters --> <section class="indent outer"><!-- H1: Starters -->

View file

@ -5,7 +5,7 @@
Të drejta kopjimi © 2002-2025 nga kontribues të ndryshëm; shihni AUTHORS.txt. Të drejta kopjimi © 2002-2025 nga kontribues të ndryshëm; shihni AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
2 maj 2025 8 qershor 2025
+------------------------------------------------------------------------+ +------------------------------------------------------------------------+
| Pasqyrë e Lëndës | | Pasqyrë e Lëndës |
@ -24,6 +24,8 @@
| + Mundësi Stampash | | + Mundësi Stampash |
| + Stampa të kthyera në anë tjetër dhe të pasqyruara paraprakisht | | + Stampa të kthyera në anë tjetër dhe të pasqyruara paraprakisht |
| * Shkronja | | * Shkronja |
| + System Fonts |
| + FontConfig |
| * “Fillesa” | | * “Fillesa” |
| + Fillesa Në Stil Libri Për Ngjyrosje | | + Fillesa Në Stil Libri Për Ngjyrosje |
| + Fillesa Në Stil Skenash | | + Fillesa Në Stil Skenash |
@ -602,6 +604,52 @@ Simply place them in the "fonts" directory. When using the 'Text' and 'Label'
tools, Tux Paint will present the font in the 'Letters' selector at the right, tools, Tux Paint will present the font in the 'Letters' selector at the right,
along with options to enable bold and/or italics, and change the size. along with options to enable bold and/or italics, and change the size.
### System Fonts ###
Tux Paint checks a number of standard Operating System locations for fonts that
the 'Text' and 'Label' tools might be able to use (unless the "--nosysfonts"
option is set). The locations vary, depending on operating system.
* Windows
+ The location specified by the "Fonts" option of the "Software\Microsoft
\Windows\CurrentVersion\Explorer\Shell Folders" Windows Registry key.
+ If the above fails, then "C:\WINDOWS\FONTS".
+ The location specified by the "Local AppData" option of the "Software\
Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" Windows
Registry key. The path "\Microsoft\Windows\Fonts" is appended to that
location.
* macOS
+ /System/Library/Fonts
+ /Library/Fonts
+ /usr/share/fonts
+ /usr/X11R6/lib/X11/fonts
+ The "Library/Fonts" folder in the user's home folder.
* Android
+ /system/fonts
* Haiku
The locations found by asking Haiku's "Storage Kit" to find the directories
on the "/boot" volume for:
+ B_SYSTEM_FONTS_DIRECTORY
+ B_SYSTEM_NONPACKAGED_FONTS_DIRECTORY
+ B_USER_FONTS_DIRECTORY
+ B_USER_NONPACKAGED_FONTS_DIRECTORY
* Linux
+ /usr/share/feh/fonts
+ /usr/share/fonts
+ /usr/X11R6/lib/X11/fonts
+ /usr/share/texmf/fonts
+ /usr/share/grace/fonts/type1
+ /usr/share/hatman/fonts
+ /usr/share/icewm/themes/jim-mac
+ /usr/share/vlc/skins2/fonts
+ /usr/share/xplanet/fonts
### FontConfig ###
...
“Fillesa” “Fillesa”
Te dialogu “I ri” shfaqen figura “Fillimi”, tok me zgjedhje ngjyrash të plota Te dialogu “I ri” shfaqen figura “Fillimi”, tok me zgjedhje ngjyrash të plota

View file

@ -100,7 +100,7 @@
</p> </p>
<p> <p>
2 maj 2025 </p> 8 qershor 2025 </p>
</center> </center>
</header> </header>
@ -126,7 +126,10 @@
<li><a href="#stamps">Stampa</a> <ul> <li><a href="#stamps">Stampa</a> <ul>
<li><a href="#stamps_images">Figura stampash</a></li> <li><a href="#description_text">Tekst Përshkrues për Stampat</a></li> <li><a href="#sound_effects">Efekte Zanore Stampash</a></li> <li><a href="#descriptive_sound">Tingull Përshkrues Stampash</a></li> <li><a href="#stamp_options">Mundësi Stampash</a></li> <li><a href="#pre_mirroed_and_flipped_images">Stampa të kthyera në anë tjetër dhe të pasqyruara paraprakisht</a></li> </ul> <li><a href="#stamps_images">Figura stampash</a></li> <li><a href="#description_text">Tekst Përshkrues për Stampat</a></li> <li><a href="#sound_effects">Efekte Zanore Stampash</a></li> <li><a href="#descriptive_sound">Tingull Përshkrues Stampash</a></li> <li><a href="#stamp_options">Mundësi Stampash</a></li> <li><a href="#pre_mirroed_and_flipped_images">Stampa të kthyera në anë tjetër dhe të pasqyruara paraprakisht</a></li> </ul>
</li> </li>
<li><a href="#fonts">Shkronja</a></li> <li><a href="#starters">“Fillesa”</a> <ul> <li><a href="#fonts">Shkronja</a> <ul>
<li><a href="#systemfonts">System Fonts</a></li> <li><a href="#fontconfig">FontConfig</a></li> </ul>
</li>
<li><a href="#starters">“Fillesa”</a> <ul>
<li><a href="#coloring_book_style">Fillesa Në Stil Libri Për Ngjyrosje</a></li> <li><a href="#scene_style">Fillesa Në Stil Skenash</a></li> <li><a href="#starter_options">Mundësi Fillesash</a></li> </ul> <li><a href="#coloring_book_style">Fillesa Në Stil Libri Për Ngjyrosje</a></li> <li><a href="#scene_style">Fillesa Në Stil Skenash</a></li> <li><a href="#starter_options">Mundësi Fillesash</a></li> </ul>
</li> </li>
<li><a href="#templates">'Gjedhe'</a> <ul> <li><a href="#templates">'Gjedhe'</a> <ul>
@ -687,6 +690,87 @@
<p> <p>
Simply place them in the "<code><b>fonts</b></code>" directory. When using the 'Text' and 'Label' tools, Tux Paint will present the font in the 'Letters' selector at the right, along with options to enable bold and/or italics, and change the size. </p> Simply place them in the "<code><b>fonts</b></code>" directory. When using the 'Text' and 'Label' tools, Tux Paint will present the font in the 'Letters' selector at the right, along with options to enable bold and/or italics, and change the size. </p>
<section><!-- H2: System Fonts -->
<header>
<h2>
<a name="systemfonts"
id="systemfonts">System Fonts</a>
</h2>
</header>
<p>
Tux Paint checks a number of standard Operating System locations for fonts that the 'Text' and 'Label' tools might be able to use (unless the "<code>--nosysfonts</code>" option is set). The locations vary, depending on operating system. </p>
<ul>
<li>
<strong>Windows</strong>
<ul>
<li>
The location specified by the "<code>Fonts</code>" option of the "<code>Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders</code>" Windows Registry key. </li>
<li>
If the above fails, then "C:\WINDOWS\FONTS". </li>
<li>
The location specified by the "<code>Local AppData</code>" option of the "<code>Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders</code>" Windows Registry key. The path "<code>\Microsoft\Windows\Fonts</code>" is appended to that location. </li>
</ul>
</li>
<li>
<strong>macOS</strong>
<ul>
<li><code>/System/Library/Fonts</code></li>
<li><code>/Library/Fonts</code></li>
<li><code>/usr/share/fonts</code></li>
<li><code>/usr/X11R6/lib/X11/fonts</code></li>
<li>The "<code>Library/Fonts</code>" folder in the user's home folder.</li>
</ul>
</li>
<li>
<strong>Android</strong>
<ul>
<li><code>/system/fonts</code></li>
</ul>
</li>
<li>
<strong>Haiku</strong>
<p>
The locations found by asking Haiku's "Storage Kit" to find the directories on the "<code>/boot</code>" volume for: <ul>
<li><code>B_SYSTEM_FONTS_DIRECTORY</code></li>
<li><code>B_SYSTEM_NONPACKAGED_FONTS_DIRECTORY</code></li>
<li><code>B_USER_FONTS_DIRECTORY</code></li>
<li><code>B_USER_NONPACKAGED_FONTS_DIRECTORY</code></li>
</ul>
</p>
</li>
<li>
<strong>Linux</strong>
<ul>
<li><code>/usr/share/feh/fonts</code></li>
<li><code>/usr/share/fonts</code></li>
<li><code>/usr/X11R6/lib/X11/fonts</code></li>
<li><code>/usr/share/texmf/fonts</code></li>
<li><code>/usr/share/grace/fonts/type1</code></li>
<li><code>/usr/share/hatman/fonts</code></li>
<li><code>/usr/share/icewm/themes/jim-mac</code></li>
<li><code>/usr/share/vlc/skins2/fonts</code></li>
<li><code>/usr/share/xplanet/fonts</code></li>
</ul>
</li>
</ul>
</section><!-- H2: System Fonts -->
<section><!-- H2: FontConfig -->
<header>
<h2>
<a name="fontconfig"
id="fontconfig"><cite>FontConfig</cite></a>
</h2>
</header>
<p>...</p>
</section><!-- H2: FontConfig -->
</section><!-- H1: Fonts --> </section><!-- H1: Fonts -->
<section class="indent outer"><!-- H1: Starters --> <section class="indent outer"><!-- H1: Starters -->

View file

@ -5,7 +5,7 @@
Copyright © 2002-2025 av olika bidragsgivare; se AUTHORS.txt. Copyright © 2002-2025 av olika bidragsgivare; se AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
maj 2, 2025 juni 8, 2025
+------------------------------------------+ +------------------------------------------+
| Innehåll | | Innehåll |
@ -24,6 +24,8 @@
| + Alternativ för stämplar | | + Alternativ för stämplar |
| + Förspeglade och omvända stämplar | | + Förspeglade och omvända stämplar |
| * Typsnitt | | * Typsnitt |
| + System Fonts |
| + FontConfig |
| * "Startbilder" | | * "Startbilder" |
| + Startbok i målarboksstil | | + Startbok i målarboksstil |
| + Startbilder i scenformat | | + Startbilder i scenformat |
@ -592,6 +594,52 @@ och "Etikett" kommer Rita med Tux att presentera teckensnittet i
"Letters"-väljaren till höger, tillsammans med alternativ för att aktivera fet "Letters"-väljaren till höger, tillsammans med alternativ för att aktivera fet
och/eller kursiv stil och ändra storleken. och/eller kursiv stil och ändra storleken.
### System Fonts ###
Tux Paint checks a number of standard Operating System locations for fonts that
the 'Text' and 'Label' tools might be able to use (unless the "--nosysfonts"
option is set). The locations vary, depending on operating system.
* Windows
+ The location specified by the "Fonts" option of the "Software\Microsoft
\Windows\CurrentVersion\Explorer\Shell Folders" Windows Registry key.
+ If the above fails, then "C:\WINDOWS\FONTS".
+ The location specified by the "Local AppData" option of the "Software\
Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" Windows
Registry key. The path "\Microsoft\Windows\Fonts" is appended to that
location.
* macOS
+ /System/Library/Fonts
+ /Library/Fonts
+ /usr/share/fonts
+ /usr/X11R6/lib/X11/fonts
+ The "Library/Fonts" folder in the user's home folder.
* Android
+ /system/fonts
* Haiku
The locations found by asking Haiku's "Storage Kit" to find the directories
on the "/boot" volume for:
+ B_SYSTEM_FONTS_DIRECTORY
+ B_SYSTEM_NONPACKAGED_FONTS_DIRECTORY
+ B_USER_FONTS_DIRECTORY
+ B_USER_NONPACKAGED_FONTS_DIRECTORY
* Linux
+ /usr/share/feh/fonts
+ /usr/share/fonts
+ /usr/X11R6/lib/X11/fonts
+ /usr/share/texmf/fonts
+ /usr/share/grace/fonts/type1
+ /usr/share/hatman/fonts
+ /usr/share/icewm/themes/jim-mac
+ /usr/share/vlc/skins2/fonts
+ /usr/share/xplanet/fonts
### FontConfig ###
...
"Startbilder" "Startbilder"
"Startbilder" visas i dialogrutan "Ny", tillsammans med val av bakgrund i "Startbilder" visas i dialogrutan "Ny", tillsammans med val av bakgrund i

View file

@ -100,7 +100,7 @@
</p> </p>
<p> <p>
maj 2, 2025 </p> juni 8, 2025 </p>
</center> </center>
</header> </header>
@ -126,7 +126,10 @@
<li><a href="#stamps">Stämplar</a> <ul> <li><a href="#stamps">Stämplar</a> <ul>
<li><a href="#stamps_images">Stämpelbilder</a></li> <li><a href="#description_text">Stämpel Beskrivande text</a></li> <li><a href="#sound_effects">Stämpel ljudeffekter</a></li> <li><a href="#descriptive_sound">Stämpel Beskrivande ljud</a></li> <li><a href="#stamp_options">Alternativ för stämplar</a></li> <li><a href="#pre_mirroed_and_flipped_images">Förspeglade och omvända stämplar</a></li> </ul> <li><a href="#stamps_images">Stämpelbilder</a></li> <li><a href="#description_text">Stämpel Beskrivande text</a></li> <li><a href="#sound_effects">Stämpel ljudeffekter</a></li> <li><a href="#descriptive_sound">Stämpel Beskrivande ljud</a></li> <li><a href="#stamp_options">Alternativ för stämplar</a></li> <li><a href="#pre_mirroed_and_flipped_images">Förspeglade och omvända stämplar</a></li> </ul>
</li> </li>
<li><a href="#fonts">Typsnitt</a></li> <li><a href="#starters">"Startbilder"</a> <ul> <li><a href="#fonts">Typsnitt</a> <ul>
<li><a href="#systemfonts">System Fonts</a></li> <li><a href="#fontconfig">FontConfig</a></li> </ul>
</li>
<li><a href="#starters">"Startbilder"</a> <ul>
<li><a href="#coloring_book_style">Startbok i målarboksstil</a></li> <li><a href="#scene_style">Startbilder i scenformat</a></li> <li><a href="#starter_options">Startalternativ</a></li> </ul> <li><a href="#coloring_book_style">Startbok i målarboksstil</a></li> <li><a href="#scene_style">Startbilder i scenformat</a></li> <li><a href="#starter_options">Startalternativ</a></li> </ul>
</li> </li>
<li><a href="#templates">"Mallar"</a> <ul> <li><a href="#templates">"Mallar"</a> <ul>
@ -687,6 +690,87 @@
<p> <p>
Placera dem helt enkelt i katalogen "<code><b>fonts</b></code>". När du använder verktygen "Text" och "Etikett" kommer Rita med Tux att presentera teckensnittet i "Letters"-väljaren till höger, tillsammans med alternativ för att aktivera fet och/eller kursiv stil och ändra storleken. </p> Placera dem helt enkelt i katalogen "<code><b>fonts</b></code>". När du använder verktygen "Text" och "Etikett" kommer Rita med Tux att presentera teckensnittet i "Letters"-väljaren till höger, tillsammans med alternativ för att aktivera fet och/eller kursiv stil och ändra storleken. </p>
<section><!-- H2: System Fonts -->
<header>
<h2>
<a name="systemfonts"
id="systemfonts">System Fonts</a>
</h2>
</header>
<p>
Tux Paint checks a number of standard Operating System locations for fonts that the 'Text' and 'Label' tools might be able to use (unless the "<code>--nosysfonts</code>" option is set). The locations vary, depending on operating system. </p>
<ul>
<li>
<strong>Windows</strong>
<ul>
<li>
The location specified by the "<code>Fonts</code>" option of the "<code>Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders</code>" Windows Registry key. </li>
<li>
If the above fails, then "C:\WINDOWS\FONTS". </li>
<li>
The location specified by the "<code>Local AppData</code>" option of the "<code>Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders</code>" Windows Registry key. The path "<code>\Microsoft\Windows\Fonts</code>" is appended to that location. </li>
</ul>
</li>
<li>
<strong>macOS</strong>
<ul>
<li><code>/System/Library/Fonts</code></li>
<li><code>/Library/Fonts</code></li>
<li><code>/usr/share/fonts</code></li>
<li><code>/usr/X11R6/lib/X11/fonts</code></li>
<li>The "<code>Library/Fonts</code>" folder in the user's home folder.</li>
</ul>
</li>
<li>
<strong>Android</strong>
<ul>
<li><code>/system/fonts</code></li>
</ul>
</li>
<li>
<strong>Haiku</strong>
<p>
The locations found by asking Haiku's "Storage Kit" to find the directories on the "<code>/boot</code>" volume for: <ul>
<li><code>B_SYSTEM_FONTS_DIRECTORY</code></li>
<li><code>B_SYSTEM_NONPACKAGED_FONTS_DIRECTORY</code></li>
<li><code>B_USER_FONTS_DIRECTORY</code></li>
<li><code>B_USER_NONPACKAGED_FONTS_DIRECTORY</code></li>
</ul>
</p>
</li>
<li>
<strong>Linux</strong>
<ul>
<li><code>/usr/share/feh/fonts</code></li>
<li><code>/usr/share/fonts</code></li>
<li><code>/usr/X11R6/lib/X11/fonts</code></li>
<li><code>/usr/share/texmf/fonts</code></li>
<li><code>/usr/share/grace/fonts/type1</code></li>
<li><code>/usr/share/hatman/fonts</code></li>
<li><code>/usr/share/icewm/themes/jim-mac</code></li>
<li><code>/usr/share/vlc/skins2/fonts</code></li>
<li><code>/usr/share/xplanet/fonts</code></li>
</ul>
</li>
</ul>
</section><!-- H2: System Fonts -->
<section><!-- H2: FontConfig -->
<header>
<h2>
<a name="fontconfig"
id="fontconfig"><cite>FontConfig</cite></a>
</h2>
</header>
<p>...</p>
</section><!-- H2: FontConfig -->
</section><!-- H1: Fonts --> </section><!-- H1: Fonts -->
<section class="indent outer"><!-- H1: Starters --> <section class="indent outer"><!-- H1: Starters -->