]> git.tdb.fi Git - ttf2png.git/blob - Readme
Version 0.2.1
[ttf2png.git] / Readme
1 ttf2png - True Type Font to PNG converter
2 Copyright (c) 2004-2006  Mikko Rasa, Mikkosoft Productions
3
4
5 Software requirements
6
7 FreeType 2
8 libpng 1.2
9 C compiler (preferably GCC)
10
11
12 Changes
13
14 0.2.1
15 - Don't create too large image with sequential mode if the range is sparse
16
17 0.2
18 - Added output to stdout
19 - Clean up code a bit
20 - Added sequential mode
21 - Added definition file writing
22
23 0.1.1
24 - Added more verbosity
25 - Added transparency mode
26
27 0.1
28 - Initial release
29
30
31 License
32
33 This program is free software; you can redistribute it and/or
34 modify it under the terms of the GNU General Public License
35 as published by the Free Software Foundation; either version 2
36 of the License, or (at your option) any later version.
37
38 This program is distributed in the hope that it will be useful,
39 but WITHOUT ANY WARRANTY; without even the implied warranty of
40 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
41 GNU General Public License for more details.
42
43 You should have received a copy of the GNU General Public License
44 along with this program; if not, write to the Free Software
45 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.