]> git.tdb.fi Git - ttf2png.git/blobdiff - Readme
Version 0.3
[ttf2png.git] / Readme
diff --git a/Readme b/Readme
index c387b106f9c4ac853e2738640a3df234394cf4bc..ff8542898c64d00514bc85921c347987cfd8841e 100644 (file)
--- a/Readme
+++ b/Readme
@@ -1,5 +1,5 @@
 ttf2png - True Type Font to PNG converter
-Copyright (c) 2004 Mikkosoft Productions
+Copyright (c) 2004-2008  Mikko Rasa, Mikkosoft Productions
 
 
 Software requirements
@@ -11,6 +11,18 @@ 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