Japanese font shipped in Tux Paint now includes common educational Kanji.
This commit is contained in:
parent
83b00e8f60
commit
be31257fbc
3 changed files with 49 additions and 47 deletions
|
|
@ -9,7 +9,7 @@ http://www.newbreedsoftware.com/tuxpaint/
|
||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
|
|
||||||
2006.October.12 (0.9.16)
|
2006.October.19 (0.9.16)
|
||||||
|
|
||||||
* Interface improvements:
|
* Interface improvements:
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
@ -196,6 +196,8 @@ $Id$
|
||||||
* Japanese
|
* Japanese
|
||||||
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
|
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
|
||||||
|
|
||||||
|
* Japanese font shipped in Tux Paint now includes common educational Kanji
|
||||||
|
|
||||||
* Korean
|
* Korean
|
||||||
Mark K. Kim <mkkim214@gmail.com>
|
Mark K. Kim <mkkim214@gmail.com>
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1,46 +1,46 @@
|
||||||
Sazanami-Gothic-noBitmap-noKanji.ttf (Custumized for TuxPaint)
|
sazanami-educational-gothic.ttf (Custumized for TuxPaint)
|
||||||
|
|
||||||
This is a custumized subset of Sazanami-Gothic.ttf for TuxPaint.
|
This is a custumized subset of Sazanami-Gothic.ttf for TuxPaint.
|
||||||
Difference between original are,
|
Difference between original are,
|
||||||
|
|
||||||
a) Bitmap data which prevent correct rendering (due to SDL_ttf
|
a) Bitmap data which prevent correct rendering (due to SDL_ttf
|
||||||
bug) are removed.
|
bug) are removed.
|
||||||
b) All Kanji data not used in TuxPaint are removed.
|
b) Kanji data except for educational level character are removed.
|
||||||
|
|
||||||
The license depends on that of original Sazanami-Gothic as follows.
|
The license depends on that of original Sazanami-Gothic as follows.
|
||||||
|
|
||||||
|
|
||||||
The license of binary data is same as that of source code.
|
The license of binary data is same as that of source code.
|
||||||
Even though, distribution under the condition, for example embedding
|
Even though, distribution under the condition, for example embedding
|
||||||
them in some documents, that it is not intended to reuse them as fonts,
|
them in some documents, that it is not intended to reuse them as fonts,
|
||||||
is not considerd as "Redistribution" descrived in following document,
|
is not considerd as "Redistribution" descrived in following document,
|
||||||
and is allowed without any restriction.
|
and is allowed without any restriction.
|
||||||
|
|
||||||
Copyright (c) 1990-2003
|
Copyright (c) 1990-2003
|
||||||
Wada Laboratory, the University of Tokyo. All rights reserved.
|
Wada Laboratory, the University of Tokyo. All rights reserved.
|
||||||
Copyright (c) 2003-2004
|
Copyright (c) 2003-2004
|
||||||
Electronic Font Open Laboratory (/efont/). All rights reserved.
|
Electronic Font Open Laboratory (/efont/). All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
are met:
|
are met:
|
||||||
1. Redistributions of source code must retain the above copyright notice,
|
1. Redistributions of source code must retain the above copyright notice,
|
||||||
this list of conditions and the following disclaimer.
|
this list of conditions and the following disclaimer.
|
||||||
2. Redistributions in binary form must reproduce the above copyright notice,
|
2. Redistributions in binary form must reproduce the above copyright notice,
|
||||||
this list of conditions and the following disclaimer in the documentation
|
this list of conditions and the following disclaimer in the documentation
|
||||||
and/or other materials provided with the distribution.
|
and/or other materials provided with the distribution.
|
||||||
3. Neither the name of the Wada Laboratory, the University of Tokyo nor
|
3. Neither the name of the Wada Laboratory, the University of Tokyo nor
|
||||||
the names of its contributors may be used to endorse or promote products
|
the names of its contributors may be used to endorse or promote products
|
||||||
derived from this software without specific prior written permission.
|
derived from this software without specific prior written permission.
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY WADA LABORATORY, THE UNIVERSITY OF TOKYO AND
|
THIS SOFTWARE IS PROVIDED BY WADA LABORATORY, THE UNIVERSITY OF TOKYO AND
|
||||||
CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
|
CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
|
||||||
NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
|
NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
|
||||||
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE LABORATORY OR
|
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE LABORATORY OR
|
||||||
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue