Added "--nosysfonts" option to supress loading of system-wide fonts.
This commit is contained in:
parent
9571208ef1
commit
cdcc7af6b7
4 changed files with 64 additions and 18 deletions
|
|
@ -51,6 +51,7 @@ http://www.newbreedsoftware.com/tuxpaint/
|
|||
* Text tool improvements:
|
||||
-----------------------
|
||||
* Attempts to pick up the system's fonts, too!
|
||||
(Disable loading system fonts with "--nosysfonts" or "nosysfonts=yes".)
|
||||
Albert Cahalan <albert@users.sf.net>
|
||||
|
||||
* Italic, bold and sizes are now controlled with separate buttons
|
||||
|
|
|
|||
|
|
@ -3,13 +3,13 @@
|
|||
|
||||
Options Documentation
|
||||
|
||||
Copyright 2004 by Bill Kendrick
|
||||
Copyright 2005 by Bill Kendrick
|
||||
New Breed Software
|
||||
|
||||
bill@newbreedsoftware.com
|
||||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
December 26, 2004
|
||||
January 3, 2005
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
|
|
@ -171,6 +171,12 @@ Windows Users
|
|||
This can help when Tux Paint is run on very slow computers, or
|
||||
displayed on a remote X-Window display.
|
||||
|
||||
nosysfonts=yes
|
||||
|
||||
This option prevents Tux Paint from attempting to load fonts
|
||||
(for use in the Text tool) from your operating system. It will
|
||||
only load the ones that come with Tux Paint.
|
||||
|
||||
nostamps=yes
|
||||
|
||||
This option tells Tux Paint to not load any rubber stamp images,
|
||||
|
|
@ -392,6 +398,7 @@ Windows Users
|
|||
--nooutlines
|
||||
--nostamps
|
||||
--nostampcontrols
|
||||
--nosysfonts
|
||||
--mirrorstamps
|
||||
--keyboard
|
||||
--savedir DIRECTORY
|
||||
|
|
@ -420,6 +427,7 @@ Windows Users
|
|||
--outlines
|
||||
--stamps
|
||||
--stampcontrols
|
||||
--sysfonts
|
||||
--dontmirrorstamps
|
||||
--mouse
|
||||
--saveoverask
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@ version
|
|||
</h1>
|
||||
<h2>Options Documentation</h2>
|
||||
|
||||
<p>Copyright 2004 by Bill Kendrick<br>
|
||||
<p>Copyright 2005 by Bill Kendrick<br>
|
||||
New Breed Software</p>
|
||||
|
||||
<p><a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a><br>
|
||||
<a href="http://www.newbreedsoftware.com/tuxpaint/">http://www.newbreedsoftware.com/tuxpaint/</a></p>
|
||||
|
||||
<p>December 26, 2004</p>
|
||||
<p>January 3, 2005</p>
|
||||
</center>
|
||||
|
||||
<hr size=2 noshade>
|
||||
|
|
@ -228,6 +228,13 @@ New Breed Software</p>
|
|||
or displayed on a remote X-Window display.</p>
|
||||
</dd>
|
||||
|
||||
<dt><code><b>nosysfonts=yes</b></code></dt>
|
||||
<dd>
|
||||
<p>This option prevents Tux Paint from attempting to load fonts
|
||||
(for use in the <b>Text</b> tool) from your operating system.
|
||||
It will only load the ones that come with Tux Paint.</p>
|
||||
</dd>
|
||||
|
||||
<dt><code><b>nostamps=yes</b></code></dt>
|
||||
<dd>
|
||||
<p>This option tells Tux Paint to not load any rubber stamp
|
||||
|
|
@ -627,6 +634,7 @@ New Breed Software</p>
|
|||
--nooutlines<br>
|
||||
--nostamps<br>
|
||||
--nostampcontrols<br>
|
||||
--nosysfonts<br>
|
||||
--mirrorstamps<br>
|
||||
--keyboard<br>
|
||||
--savedir DIRECTORY<br>
|
||||
|
|
@ -658,6 +666,7 @@ New Breed Software</p>
|
|||
--outlines<br>
|
||||
--stamps<br>
|
||||
--stampcontrols<br>
|
||||
--sysfonts<br>
|
||||
--dontmirrorstamps<br>
|
||||
--mouse<br>
|
||||
--saveoverask<br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue