Regen ENVVARS after section/header tags added
This commit is contained in:
parent
09cb4e769e
commit
858fa75ea5
16 changed files with 1360 additions and 1200 deletions
|
|
@ -7,8 +7,6 @@
|
|||
|
||||
June 8, 2025
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Tux Paint understands a number of environment variables, either directly, or
|
||||
indirectly by the libraries that it utilizes.
|
||||
|
||||
|
|
|
|||
|
|
@ -81,6 +81,9 @@
|
|||
link="#0000FF"
|
||||
vlink="#FF0000"
|
||||
alink="#FF00FF">
|
||||
|
||||
<section class="outer">
|
||||
<header>
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
|
|
@ -98,14 +101,20 @@
|
|||
<p>
|
||||
June 8, 2025 </p>
|
||||
</center>
|
||||
</header>
|
||||
</section>
|
||||
|
||||
<hr>
|
||||
|
||||
<section class="outer">
|
||||
<p>
|
||||
Tux Paint understands a number of environment variables, either directly, or indirectly by the libraries that it utilizes. </p>
|
||||
</section>
|
||||
|
||||
<section class="indent outer"><!-- H2: Storage-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Storage-related environment variables </h2>
|
||||
</header>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<code>HOME</code>
|
||||
|
|
@ -154,10 +163,14 @@
|
|||
<p>
|
||||
Specifies the location where temporary files may be created. Only used by Tux Paint on Microsoft Windows OSes. Uses "<code>userdata</code>" if not set. </p>
|
||||
</dl>
|
||||
</section><!-- H2: Storage-related environment variables -->
|
||||
|
||||
|
||||
<section class="indent outer"><!-- H2: Language-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Language-related environment variables </h2>
|
||||
</header>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<code>LANG</code>
|
||||
|
|
@ -178,9 +191,13 @@
|
|||
</dd>
|
||||
|
||||
</dl>
|
||||
</section><!-- H2: Language-related environment variables -->
|
||||
|
||||
<section class="indent outer"><!-- H2: Display-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Display-related environment variables </h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
The following are a few of the environment variables supported by Simple DirectMedia Layer (libSDL) — which Tux Paint utilizes for displaying graphics, playing sounds, and receiving mouse, keyboard, and joystick input — and which may be useful to users of Tux Paint. </p>
|
||||
|
|
@ -202,9 +219,13 @@
|
|||
</dd>
|
||||
|
||||
</dl>
|
||||
</section><!-- H2: Display-related environment variables -->
|
||||
|
||||
<section class="indent outer"><!-- H2: Font-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Font-related environment variables </h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Tux Paint uses <cite>FontConfig</cite> (via <cite>Pango</cite>, in turn via <cite>SDL_Pango</cite>) to find fonts that may be used by the "Text" and "Label" tools. </p>
|
||||
|
|
@ -233,6 +254,7 @@
|
|||
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> See the "<a href="EXTENDING.html"><em>Extending Tux Paint</em></a>" documentation for information on where Tux Paint searches for fonts. </p>
|
||||
</section><!-- H2: Font-related environment variables -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -7,8 +7,6 @@
|
|||
|
||||
junio 8, 2025
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Tux Paint understands a number of environment variables, either directly, or
|
||||
indirectly by the libraries that it utilizes.
|
||||
|
||||
|
|
|
|||
|
|
@ -81,6 +81,9 @@
|
|||
link="#0000FF"
|
||||
vlink="#FF0000"
|
||||
alink="#FF00FF">
|
||||
|
||||
<section class="outer">
|
||||
<header>
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
|
|
@ -98,14 +101,20 @@
|
|||
<p>
|
||||
junio 8, 2025 </p>
|
||||
</center>
|
||||
</header>
|
||||
</section>
|
||||
|
||||
<hr>
|
||||
|
||||
<section class="outer">
|
||||
<p>
|
||||
Tux Paint understands a number of environment variables, either directly, or indirectly by the libraries that it utilizes. </p>
|
||||
</section>
|
||||
|
||||
<section class="indent outer"><!-- H2: Storage-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Storage-related environment variables </h2>
|
||||
</header>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<code>HOME</code>
|
||||
|
|
@ -154,10 +163,14 @@
|
|||
<p>
|
||||
Specifies the location where temporary files may be created. Only used by Tux Paint on Microsoft Windows OSes. Uses "<code>userdata</code>" if not set. </p>
|
||||
</dl>
|
||||
</section><!-- H2: Storage-related environment variables -->
|
||||
|
||||
|
||||
<section class="indent outer"><!-- H2: Language-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Language-related environment variables </h2>
|
||||
</header>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<code>LANG</code>
|
||||
|
|
@ -178,9 +191,13 @@
|
|||
</dd>
|
||||
|
||||
</dl>
|
||||
</section><!-- H2: Language-related environment variables -->
|
||||
|
||||
<section class="indent outer"><!-- H2: Display-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Display-related environment variables </h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
The following are a few of the environment variables supported by Simple DirectMedia Layer (libSDL) — which Tux Paint utilizes for displaying graphics, playing sounds, and receiving mouse, keyboard, and joystick input — and which may be useful to users of Tux Paint. </p>
|
||||
|
|
@ -202,9 +219,13 @@
|
|||
</dd>
|
||||
|
||||
</dl>
|
||||
</section><!-- H2: Display-related environment variables -->
|
||||
|
||||
<section class="indent outer"><!-- H2: Font-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Font-related environment variables </h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Tux Paint uses <cite>FontConfig</cite> (via <cite>Pango</cite>, in turn via <cite>SDL_Pango</cite>) to find fonts that may be used by the "Text" and "Label" tools. </p>
|
||||
|
|
@ -233,6 +254,7 @@
|
|||
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> See the "<a href="EXTENDING.html"><em>Extending Tux Paint</em></a>" documentation for information on where Tux Paint searches for fonts. </p>
|
||||
</section><!-- H2: Font-related environment variables -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -7,8 +7,6 @@
|
|||
|
||||
juin 8, 2025
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Tux Paint interprète plusieurs variables d'environnement, soit directement,
|
||||
soit indirectement par le biais des bibliothèques qu'il utilise.
|
||||
|
||||
|
|
|
|||
|
|
@ -81,6 +81,9 @@
|
|||
link="#0000FF"
|
||||
vlink="#FF0000"
|
||||
alink="#FF00FF">
|
||||
|
||||
<section class="outer">
|
||||
<header>
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
|
|
@ -98,14 +101,20 @@
|
|||
<p>
|
||||
juin 8, 2025 </p>
|
||||
</center>
|
||||
</header>
|
||||
</section>
|
||||
|
||||
<hr>
|
||||
|
||||
<section class="outer">
|
||||
<p>
|
||||
Tux Paint interprète plusieurs variables d'environnement, soit directement, soit indirectement par le biais des bibliothèques qu'il utilise. </p>
|
||||
</section>
|
||||
|
||||
<section class="indent outer"><!-- H2: Storage-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Variables d'environnement relatives au stockage </h2>
|
||||
</header>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<code>HOME</code>
|
||||
|
|
@ -154,10 +163,14 @@
|
|||
<p>
|
||||
Spécifie l'endroit où les fichiers temporaires peuvent être créés. Tux Paint l'utilise seulement sous Microsoft Windows. Utilise "<code>userdata</code>" si non spécifié. </p>
|
||||
</dl>
|
||||
</section><!-- H2: Storage-related environment variables -->
|
||||
|
||||
|
||||
<section class="indent outer"><!-- H2: Language-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Variables d'environnement relatives aux langues </h2>
|
||||
</header>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<code>LANG</code>
|
||||
|
|
@ -178,9 +191,13 @@
|
|||
</dd>
|
||||
|
||||
</dl>
|
||||
</section><!-- H2: Language-related environment variables -->
|
||||
|
||||
<section class="indent outer"><!-- H2: Display-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Variables d'environnement en rapport avec l'affichage </h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Ce qui suit donne quelques variables d'environnement supportées par Simple DirectMedia Layer (libSDL) — que Tux Paint utilise pour l'affichage des dessins, pour jouer des sons et traiter les saisies de la souris, du clavier et du joystick — et qui peuvent être utiles aux utilisateurs de Tux Paint. </p>
|
||||
|
|
@ -202,9 +219,13 @@
|
|||
</dd>
|
||||
|
||||
</dl>
|
||||
</section><!-- H2: Display-related environment variables -->
|
||||
|
||||
<section class="indent outer"><!-- H2: Font-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Font-related environment variables </h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Tux Paint uses <cite>FontConfig</cite> (via <cite>Pango</cite>, in turn via <cite>SDL_Pango</cite>) to find fonts that may be used by the "Text" and "Label" tools. </p>
|
||||
|
|
@ -233,6 +254,7 @@
|
|||
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> See the "<a href="EXTENDING.html"><em>Extending Tux Paint</em></a>" documentation for information on where Tux Paint searches for fonts. </p>
|
||||
</section><!-- H2: Font-related environment variables -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -7,8 +7,6 @@
|
|||
|
||||
8 de Xuño de 2025
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Tux Paint comprende unha serie de variábeis de contorno, ben directamente ou
|
||||
indirectamente polas bibliotecas que emprega.
|
||||
|
||||
|
|
|
|||
|
|
@ -81,6 +81,9 @@
|
|||
link="#0000FF"
|
||||
vlink="#FF0000"
|
||||
alink="#FF00FF">
|
||||
|
||||
<section class="outer">
|
||||
<header>
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
|
|
@ -98,14 +101,20 @@
|
|||
<p>
|
||||
8 de Xuño de 2025 </p>
|
||||
</center>
|
||||
</header>
|
||||
</section>
|
||||
|
||||
<hr>
|
||||
|
||||
<section class="outer">
|
||||
<p>
|
||||
Tux Paint comprende unha serie de variábeis de contorno, ben directamente ou indirectamente polas bibliotecas que emprega. </p>
|
||||
</section>
|
||||
|
||||
<section class="indent outer"><!-- H2: Storage-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Variábeis de contorno relacionadas co almacenamento </h2>
|
||||
</header>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<code>HOME</code>
|
||||
|
|
@ -154,10 +163,14 @@
|
|||
<p>
|
||||
Especifica a localización onde se poden crear ficheiros temporais. Só o usa Tux Paint nos sistemas operativos Microsoft Windows. Emprega «<code>userdata</code>» se non se define. </p>
|
||||
</dl>
|
||||
</section><!-- H2: Storage-related environment variables -->
|
||||
|
||||
|
||||
<section class="indent outer"><!-- H2: Language-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Variábeis de contorno relacionadas co idioma </h2>
|
||||
</header>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<code>LANG</code>
|
||||
|
|
@ -178,9 +191,13 @@
|
|||
</dd>
|
||||
|
||||
</dl>
|
||||
</section><!-- H2: Language-related environment variables -->
|
||||
|
||||
<section class="indent outer"><!-- H2: Display-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Variábeisbles de contorno relacionadas co que se amosa </h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
A seguir amósanse algunhas das variábeis de contorno compatíbeis con Simple DirectMedia Layer (libSDL) — que Tux Paint utiliza para amosar gráficos, reproducir sons e recibir entrada do rato, teclado e joystick — e que poden ser útiles para os usuarios de Tux Paint. </p>
|
||||
|
|
@ -202,9 +219,13 @@
|
|||
</dd>
|
||||
|
||||
</dl>
|
||||
</section><!-- H2: Display-related environment variables -->
|
||||
|
||||
<section class="indent outer"><!-- H2: Font-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Font-related environment variables </h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Tux Paint uses <cite>FontConfig</cite> (via <cite>Pango</cite>, in turn via <cite>SDL_Pango</cite>) to find fonts that may be used by the "Text" and "Label" tools. </p>
|
||||
|
|
@ -233,6 +254,7 @@
|
|||
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> See the "<a href="EXTENDING.html"><em>Extending Tux Paint</em></a>" documentation for information on where Tux Paint searches for fonts. </p>
|
||||
</section><!-- H2: Font-related environment variables -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -7,8 +7,6 @@
|
|||
|
||||
júní 8, 2025
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Tux Paint understands a number of environment variables, either directly, or
|
||||
indirectly by the libraries that it utilizes.
|
||||
|
||||
|
|
|
|||
|
|
@ -81,6 +81,9 @@
|
|||
link="#0000FF"
|
||||
vlink="#FF0000"
|
||||
alink="#FF00FF">
|
||||
|
||||
<section class="outer">
|
||||
<header>
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
|
|
@ -98,14 +101,20 @@
|
|||
<p>
|
||||
júní 8, 2025 </p>
|
||||
</center>
|
||||
</header>
|
||||
</section>
|
||||
|
||||
<hr>
|
||||
|
||||
<section class="outer">
|
||||
<p>
|
||||
Tux Paint understands a number of environment variables, either directly, or indirectly by the libraries that it utilizes. </p>
|
||||
</section>
|
||||
|
||||
<section class="indent outer"><!-- H2: Storage-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Storage-related environment variables </h2>
|
||||
</header>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<code>HOME</code>
|
||||
|
|
@ -154,10 +163,14 @@
|
|||
<p>
|
||||
Specifies the location where temporary files may be created. Only used by Tux Paint on Microsoft Windows OSes. Uses "<code>userdata</code>" if not set. </p>
|
||||
</dl>
|
||||
</section><!-- H2: Storage-related environment variables -->
|
||||
|
||||
|
||||
<section class="indent outer"><!-- H2: Language-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Language-related environment variables </h2>
|
||||
</header>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<code>LANG</code>
|
||||
|
|
@ -178,9 +191,13 @@
|
|||
</dd>
|
||||
|
||||
</dl>
|
||||
</section><!-- H2: Language-related environment variables -->
|
||||
|
||||
<section class="indent outer"><!-- H2: Display-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Display-related environment variables </h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
The following are a few of the environment variables supported by Simple DirectMedia Layer (libSDL) — which Tux Paint utilizes for displaying graphics, playing sounds, and receiving mouse, keyboard, and joystick input — and which may be useful to users of Tux Paint. </p>
|
||||
|
|
@ -202,9 +219,13 @@
|
|||
</dd>
|
||||
|
||||
</dl>
|
||||
</section><!-- H2: Display-related environment variables -->
|
||||
|
||||
<section class="indent outer"><!-- H2: Font-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Font-related environment variables </h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Tux Paint uses <cite>FontConfig</cite> (via <cite>Pango</cite>, in turn via <cite>SDL_Pango</cite>) to find fonts that may be used by the "Text" and "Label" tools. </p>
|
||||
|
|
@ -233,6 +254,7 @@
|
|||
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> See the "<a href="EXTENDING.html"><em>Extending Tux Paint</em></a>" documentation for information on where Tux Paint searches for fonts. </p>
|
||||
</section><!-- H2: Font-related environment variables -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -7,8 +7,6 @@
|
|||
|
||||
2025年6月 8日
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Tux Paint understands a number of environment variables, either directly, or
|
||||
indirectly by the libraries that it utilizes.
|
||||
|
||||
|
|
|
|||
|
|
@ -81,6 +81,9 @@
|
|||
link="#0000FF"
|
||||
vlink="#FF0000"
|
||||
alink="#FF00FF">
|
||||
|
||||
<section class="outer">
|
||||
<header>
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
|
|
@ -98,14 +101,20 @@
|
|||
<p>
|
||||
2025年6月 8日 </p>
|
||||
</center>
|
||||
</header>
|
||||
</section>
|
||||
|
||||
<hr>
|
||||
|
||||
<section class="outer">
|
||||
<p>
|
||||
Tux Paint understands a number of environment variables, either directly, or indirectly by the libraries that it utilizes. </p>
|
||||
</section>
|
||||
|
||||
<section class="indent outer"><!-- H2: Storage-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Storage-related environment variables </h2>
|
||||
</header>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<code>HOME</code>
|
||||
|
|
@ -154,10 +163,14 @@
|
|||
<p>
|
||||
Specifies the location where temporary files may be created. Only used by Tux Paint on Microsoft Windows OSes. Uses "<code>userdata</code>" if not set. </p>
|
||||
</dl>
|
||||
</section><!-- H2: Storage-related environment variables -->
|
||||
|
||||
|
||||
<section class="indent outer"><!-- H2: Language-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Language-related environment variables </h2>
|
||||
</header>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<code>LANG</code>
|
||||
|
|
@ -178,9 +191,13 @@
|
|||
</dd>
|
||||
|
||||
</dl>
|
||||
</section><!-- H2: Language-related environment variables -->
|
||||
|
||||
<section class="indent outer"><!-- H2: Display-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Display-related environment variables </h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
The following are a few of the environment variables supported by Simple DirectMedia Layer (libSDL) — which Tux Paint utilizes for displaying graphics, playing sounds, and receiving mouse, keyboard, and joystick input — and which may be useful to users of Tux Paint. </p>
|
||||
|
|
@ -202,9 +219,13 @@
|
|||
</dd>
|
||||
|
||||
</dl>
|
||||
</section><!-- H2: Display-related environment variables -->
|
||||
|
||||
<section class="indent outer"><!-- H2: Font-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Font-related environment variables </h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Tux Paint uses <cite>FontConfig</cite> (via <cite>Pango</cite>, in turn via <cite>SDL_Pango</cite>) to find fonts that may be used by the "Text" and "Label" tools. </p>
|
||||
|
|
@ -233,6 +254,7 @@
|
|||
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> See the "<a href="EXTENDING.html"><em>Extending Tux Paint</em></a>" documentation for information on where Tux Paint searches for fonts. </p>
|
||||
</section><!-- H2: Font-related environment variables -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -7,8 +7,6 @@
|
|||
|
||||
8 qershor 2025
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Tux Paint-i njeh një numër ndryshoresh mjedisi, qoftë drejtpërsëdrejti, qoftë
|
||||
tërthorazi nga bibliotekat që përdor.
|
||||
|
||||
|
|
|
|||
|
|
@ -81,6 +81,9 @@
|
|||
link="#0000FF"
|
||||
vlink="#FF0000"
|
||||
alink="#FF00FF">
|
||||
|
||||
<section class="outer">
|
||||
<header>
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
|
|
@ -98,14 +101,20 @@
|
|||
<p>
|
||||
8 qershor 2025 </p>
|
||||
</center>
|
||||
</header>
|
||||
</section>
|
||||
|
||||
<hr>
|
||||
|
||||
<section class="outer">
|
||||
<p>
|
||||
Tux Paint-i njeh një numër ndryshoresh mjedisi, qoftë drejtpërsëdrejti, qoftë tërthorazi nga bibliotekat që përdor. </p>
|
||||
</section>
|
||||
|
||||
<section class="indent outer"><!-- H2: Storage-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Ndryshore mjedisi të lidhura me depozitim </h2>
|
||||
</header>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<code>HOME</code>
|
||||
|
|
@ -154,10 +163,14 @@
|
|||
<p>
|
||||
Përcakton vendndodhjen ku mund të krijohen kartela të përkohshme. E përdorur nga Tux Paint-i vetëm në OSe Microsoft Windows. Përdor “<code>userdata</code>”, nëse s’është ujdisur. </p>
|
||||
</dl>
|
||||
</section><!-- H2: Storage-related environment variables -->
|
||||
|
||||
|
||||
<section class="indent outer"><!-- H2: Language-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Ndryshore mjedisi të lidhura me gjuhët </h2>
|
||||
</header>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<code>LANG</code>
|
||||
|
|
@ -178,9 +191,13 @@
|
|||
</dd>
|
||||
|
||||
</dl>
|
||||
</section><!-- H2: Language-related environment variables -->
|
||||
|
||||
<section class="indent outer"><!-- H2: Display-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Ndryshore mjedisi të lidhura me ekranin </h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Sa vijon janë pak nga ndryshoret e mjedisit të mbuluara nga Simple DirectMedia Layer (libSDL) — të cilat Tux Paint-i i përdorr për të shfaqur elementë grafikë, për të luajtur tinguj dhe për të marrë sinjale për miun, tastierën dhe joystick-un — dhe që mund të jenë të dobishme për për përdorues të Tux Paint-it. </p>
|
||||
|
|
@ -202,9 +219,13 @@
|
|||
</dd>
|
||||
|
||||
</dl>
|
||||
</section><!-- H2: Display-related environment variables -->
|
||||
|
||||
<section class="indent outer"><!-- H2: Font-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Font-related environment variables </h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Tux Paint uses <cite>FontConfig</cite> (via <cite>Pango</cite>, in turn via <cite>SDL_Pango</cite>) to find fonts that may be used by the "Text" and "Label" tools. </p>
|
||||
|
|
@ -233,6 +254,7 @@
|
|||
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> See the "<a href="EXTENDING.html"><em>Extending Tux Paint</em></a>" documentation for information on where Tux Paint searches for fonts. </p>
|
||||
</section><!-- H2: Font-related environment variables -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -7,8 +7,6 @@
|
|||
|
||||
juni 8, 2025
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Rita med Tux förstår ett antal miljövariabler, antingen direkt eller indirekt
|
||||
genom de bibliotek som den använder.
|
||||
|
||||
|
|
|
|||
|
|
@ -81,6 +81,9 @@
|
|||
link="#0000FF"
|
||||
vlink="#FF0000"
|
||||
alink="#FF00FF">
|
||||
|
||||
<section class="outer">
|
||||
<header>
|
||||
<center>
|
||||
<h1>
|
||||
<img src="../../html/images/tuxpaint-title.png"
|
||||
|
|
@ -98,14 +101,20 @@
|
|||
<p>
|
||||
juni 8, 2025 </p>
|
||||
</center>
|
||||
</header>
|
||||
</section>
|
||||
|
||||
<hr>
|
||||
|
||||
<section class="outer">
|
||||
<p>
|
||||
Rita med Tux förstår ett antal miljövariabler, antingen direkt eller indirekt genom de bibliotek som den använder. </p>
|
||||
</section>
|
||||
|
||||
<section class="indent outer"><!-- H2: Storage-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Lagringsrelaterade miljövariabler </h2>
|
||||
</header>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<code>HOME</code>
|
||||
|
|
@ -154,10 +163,14 @@
|
|||
<p>
|
||||
Anger den plats där tillfälliga filer kan skapas. Används endast av Rita med Tux på Microsoft Windows operativsystem. Använder "<code>userdata</code>" om den inte anges. </p>
|
||||
</dl>
|
||||
</section><!-- H2: Storage-related environment variables -->
|
||||
|
||||
|
||||
<section class="indent outer"><!-- H2: Language-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Språkrelaterade miljövariabler </h2>
|
||||
</header>
|
||||
|
||||
<dl>
|
||||
<dt>
|
||||
<code>LANG</code>
|
||||
|
|
@ -178,9 +191,13 @@
|
|||
</dd>
|
||||
|
||||
</dl>
|
||||
</section><!-- H2: Language-related environment variables -->
|
||||
|
||||
<section class="indent outer"><!-- H2: Display-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Displayrelaterade miljövariabler </h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Här följer några av de miljövariabler som stöds av Simple DirectMedia Layer (libSDL) - som Rita med Tux använder för att visa grafik, spela upp ljud och ta emot mus-, tangentbords- och joystickinmatning - och som kan vara användbara för användare av Rita med Tux. </p>
|
||||
|
|
@ -202,9 +219,13 @@
|
|||
</dd>
|
||||
|
||||
</dl>
|
||||
</section><!-- H2: Display-related environment variables -->
|
||||
|
||||
<section class="indent outer"><!-- H2: Font-related environment variables -->
|
||||
<header>
|
||||
<h2>
|
||||
Font-related environment variables </h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Tux Paint uses <cite>FontConfig</cite> (via <cite>Pango</cite>, in turn via <cite>SDL_Pango</cite>) to find fonts that may be used by the "Text" and "Label" tools. </p>
|
||||
|
|
@ -233,6 +254,7 @@
|
|||
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> See the "<a href="EXTENDING.html"><em>Extending Tux Paint</em></a>" documentation for information on where Tux Paint searches for fonts. </p>
|
||||
</section><!-- H2: Font-related environment variables -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue