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