X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Readme;h=946c9b72f9ff8d93168995f3607e520f409db44a;hb=59f8fe66098f933c68dd61e8f0b94f3cf8d698a7;hp=7ce6e70badfe2a479c7b87b2b84d548b8aa9b659;hpb=93e12905d88f591c6894777a8409e75118e540e8;p=ttf2png.git diff --git a/Readme b/Readme index 7ce6e70..946c9b7 100644 --- 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 Font size to use. The default is 10 pixels. @@ -68,6 +69,10 @@ Command-line options Control the amount of padding between glyphs. The default is 1 pixel. Only used with -p. + -f + Allow the resulting image to have a non-power-of-two size. By default the + image size is rounded up to a power of two for maximum compatibility. + -d File name to write glyph definitions. See the section below for details. @@ -137,6 +142,8 @@ Changelog next - Alternate ways of specifying code point ranges +- Multiple code point ranges can be specified +- Option to generate non-power-of-two images 1.1 - Controllable margin and padding in packed mode