ttf2png - True Type Font to PNG converter
Copyright (c) 2004-2008  Mikko Rasa, Mikkosoft Productions


Software requirements

FreeType 2
libpng 1.2
C compiler (preferably GCC)


Changes

0.3
- Restructure the code
- Add tight packing mode
- Autodetect cell size and chars-per-line in grid mode

0.2.2
- Write both X and Y offsets of glyphs to the definition file
- Output font ascent and descent to definition file

0.2.1
- Don't create too large image with sequential mode if the range is sparse

0.2
- Added output to stdout
- Clean up code a bit
- Added sequential mode
- Added definition file writing

0.1.1
- Added more verbosity
- Added transparency mode

0.1
- Initial release


License

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
