]> git.tdb.fi Git - ttf2png.git/commitdiff
Add the -b option to help text
authorMikko Rasa <tdb@tdb.fi>
Wed, 31 Mar 2021 11:05:13 +0000 (14:05 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 31 Mar 2021 11:08:18 +0000 (14:08 +0300)
ttf2png.c

index 98a40ecb4175ef8c8689968a3dad79e567b23263..0c1c09a490f0dd675c000496b2f7fd3cc6159e5c 100644 (file)
--- a/ttf2png.c
+++ b/ttf2png.c
@@ -309,8 +309,9 @@ void usage(void)
                "  -p  Pack the glyphs tightly instead of in a grid\n"
                "  -m  Margin around image edges (packed mode only) [0]\n"
                "  -n  Padding between glyphs (packed mode only) [1]\n"
-               "  -g  Allow non-power-of-two result\n"
-               "  -f  Create a distance field texture\n"
+               "  -g  Allow non-power-of-two result\n");
+       printf("  -f  Create a distance field texture\n"
+               "  -b  Specify distance field border zone width\n"
                "  -d  File name for writing glyph definitions\n"
                "  -h  Print this message\n");
 }