]> git.tdb.fi Git - ttf2png.git/blobdiff - Readme
Support multiple disjoint code point ranges
[ttf2png.git] / Readme
diff --git a/Readme b/Readme
index 7ce6e70badfe2a479c7b87b2b84d548b8aa9b659..9d10f6c52f85b599349e028fa45766b9fdb16713 100644 (file)
--- a/Readme
+++ b/Readme
@@ -15,7 +15,8 @@ Command-line options
     Range of code points to convert, specified as unicode code points.  The
     default is 0,255, matching the ISO-8859-1 (Latin-1) character set.  Code
     points can be specified as plain numbers, unicode code points (U+xxxx) or
-    UTF-8 characters.
+    UTF-8 characters.  This option can be specified multiple times to add
+    more ranges to be converted.
 
   -s <pixels>
     Font size to use.  The default is 10 pixels.
@@ -137,6 +138,7 @@ Changelog
 
 next
 - Alternate ways of specifying code point ranges
+- Multiple code point ranges can be specified
 
 1.1
 - Controllable margin and padding in packed mode