]> git.tdb.fi Git - ttf2png.git/blobdiff - Readme
Eliminate alignment from variable declarations
[ttf2png.git] / Readme
diff --git a/Readme b/Readme
index 111f53cadd2f63d418386aeedf350d4e8d3f7f89..436e6b35bec11b399be80500296c602c3b069f72 100644 (file)
--- a/Readme
+++ b/Readme
@@ -57,6 +57,14 @@ Command-line options
     definition file is recommended, as the resulting image can seem rather
     messy.
 
+  -m <pixels>
+    Leave a margin around the edges of the generated image.  By default glyphs
+    can touch the edges.  Only used with -p.
+
+  -n <pixels>
+    Control the amount of padding between glyphs.  The default is 1 pixel.
+    Only used with -p.
+
   -d
     File name to write glyph definitions.  See the section below for details.
 
@@ -124,7 +132,11 @@ some fonts, not all of the glyphs fit completely inside the character box.
 
 Changelog
 
-next
+1.1
+- Controllable margin and padding in packed mode
+- Do not generate overly large images in sequential grid mode
+
+1.0
 - Improve the packing algorithm
 - Non-square cells for grid mode
 - Option to invert colors