]> git.tdb.fi Git - ttf2png.git/blobdiff - Readme
Make margin and padding in packed mode controllable
[ttf2png.git] / Readme
diff --git a/Readme b/Readme
index 74f4b569d1ebd49fb2026492dedd3d04e871af25..f9effa651f3e30c00b0c70076a1f22c061b6c446 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,6 +132,10 @@ some fonts, not all of the glyphs fit completely inside the character box.
 
 Changelog
 
+next
+- 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