Support for 1024x768, 1280x1024, 1400x1050 and 1600x1200 resolutions!

(Thanks, Shin-Ichi!)
This commit is contained in:
William Kendrick 2004-10-24 21:23:22 +00:00
parent 42529fa427
commit bdc6d1eb4f
9 changed files with 243 additions and 134 deletions

View file

@ -1,17 +1,17 @@
Tux Paint
version 0.9.15
Options Documentation
Options Documentation
Copyright 2004 by Bill Kendrick
New Breed Software
bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/
[1]bill@newbreedsoftware.com
[2]http://www.newbreedsoftware.com/tuxpaint/
October 23, 2004
October 24, 2004
----------------------------------------------------------------------
---------------------------------------------------------------------------
Tux Paint Config.
@ -20,7 +20,7 @@ Options Documentation
install and use this tool, or want a better understanding of the
available options, please continue reading.
----------------------------------------------------------------------
---------------------------------------------------------------------------
Configuration File
@ -60,20 +60,27 @@ Windows Users
as Plain Text, and make sure the filename doesn't have ".txt" at the
end...
----------------------------------------------------------------------
---------------------------------------------------------------------------
Available Options
The following settings can be set in the configuration file.
(Command-line settings will override these. See the "Command-Line
(Command-line settings will override these. See the "[3]Command-Line
Options" section, below.)
fullscreen=yes
Run the program in full screen mode, rather than in a window.
800x600=yes
Run the program at 800x600 resolution (EXPERIMENTAL), rather
than the smaller 640x480 resolution.
windowsize=SIZE
Run the program at a higher resolution, rather than the default
of 640x480. The SIZE value may be one of:
* 640x480
* 800x600
* 1024x768
* 1280x1024
* 1400x1050
* 1600x1200
nosound=yes
Disable sound effects.
@ -334,7 +341,7 @@ Windows Users
|welsh |cymraeg | |
+-------------------------------------------------+
----------------------------------------------------------------------
---------------------------------------------------------------------------
Overriding System Config. Options using .tuxpaintrc
@ -355,7 +362,7 @@ Windows Users
print=yes
mixedcase=yes
----------------------------------------------------------------------
---------------------------------------------------------------------------
Command-Line Options
@ -363,6 +370,10 @@ Windows Users
--fullscreen
--800x600
--1024x768
--1280x1204
--1400x1050
--1600x1200
--nosound
--noquit
--noprint
@ -418,8 +429,8 @@ Windows Users
--locale locale
Run Tux Paint in one of the support languages. See the
"Choosing a Different Language" section below for the locale
strings (e.g., "de_DE" for German) to use.
"[4]Choosing a Different Language" section below for the
locale strings (e.g., "de_DE" for German) to use.
(If your locale is already set, e.g. with the "$LANG"
environment variable, this option is not necessary, since
@ -450,7 +461,7 @@ Windows Users
By default, the lockfile is stored in "~/.tuxpaint/" under
Linux and Unix, and "userdata\" under Windows.
----------------------------------------------------------------------
---------------------------------------------------------------------------
Command-Line Informational Options
@ -474,7 +485,7 @@ Command-Line Informational Options
--lang help
Display a list of available languages in Tux Paint.
----------------------------------------------------------------------
---------------------------------------------------------------------------
Choosing a Different Language
@ -484,7 +495,8 @@ Command-Line Informational Options
configuration file (e.g., "lang=spanish").
Tux Paint also honors your environment's current locale. (You can
override it on the command-line using the "--locale" option; see above.)
override it on the command-line using the "--locale" option; see
[5]above.)
Use the option "--lang help" to list the available language options
available.
@ -592,7 +604,7 @@ Available Languages
(*) - These languages require their own fonts, since they are not
represented using a Latin character set, like the others. See the
"Special Fonts" section, below.
"[6]Special Fonts" section, below.
Setting Your Environment's Locale
@ -630,7 +642,7 @@ Setting Your Environment's Locale
setenv LANG es_ES ; \
tuxpaint
----------------------------------------------------------------------
---------------------------------------------------------------------------
Windows Users
@ -679,7 +691,7 @@ Setting Your Environment's Locale
Some languages require special fonts be installed. These font files
(which are in TrueType format (TTF)), are much too large to include
with the Tux Paint download, and are available separately. (See the
table above, under the "Choosing a Different Language" section.)
table above, under the "[7]Choosing a Different Language" section.)
When running Tux Paint in a language that requires its own font,
Tux Paint will try to load the font file from its system-wide "fonts"
@ -695,8 +707,20 @@ Setting Your Environment's Locale
/usr/share/tuxpaint/fonts/locale/ko.ttf
You can download fonts for supported languages from Tux Paint's
website, http://www.newbreedsoftware.com/tuxpaint/. (Look in the
website, [8]http://www.newbreedsoftware.com/tuxpaint/. (Look in the
'Fonts' section under 'Download.')
Under Unix and Linux, you can use the Makefile that comes with the
font to install the font in the appropriate location.
References
Visible links
1. mailto:bill@newbreedsoftware.com
2. http://www.newbreedsoftware.com/tuxpaint/
3. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/OPTIONS.html#command_line
4. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/OPTIONS.html#different_language
5. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/OPTIONS.html#locale
6. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/OPTIONS.html#special_fonts
7. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/OPTIONS.html#different_language
8. http://www.newbreedsoftware.com/tuxpaint/