]> git.tdb.fi Git - ttf2png.git/blob - Readme
Version 0.2.2
[ttf2png.git] / Readme
1 ttf2png - True Type Font to PNG converter
2 Copyright (c) 2004-2007  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.2
15 - Write both X and Y offsets of glyphs to the definition file
16 - Output font ascent and descent to definition file
17
18 0.2.1
19 - Don't create too large image with sequential mode if the range is sparse
20
21 0.2
22 - Added output to stdout
23 - Clean up code a bit
24 - Added sequential mode
25 - Added definition file writing
26
27 0.1.1
28 - Added more verbosity
29 - Added transparency mode
30
31 0.1
32 - Initial release
33
34
35 License
36
37 This program is free software; you can redistribute it and/or
38 modify it under the terms of the GNU General Public License
39 as published by the Free Software Foundation; either version 2
40 of the License, or (at your option) any later version.
41
42 This program is distributed in the hope that it will be useful,
43 but WITHOUT ANY WARRANTY; without even the implied warranty of
44 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
45 GNU General Public License for more details.
46
47 You should have received a copy of the GNU General Public License
48 along with this program; if not, write to the Free Software
49 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.