X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=ttf2png.c;fp=ttf2png.c;h=0c1c09a490f0dd675c000496b2f7fd3cc6159e5c;hb=0846d7665792d25e673ae51b56b691f58f7d0679;hp=98a40ecb4175ef8c8689968a3dad79e567b23263;hpb=9b1f176a45fe932b0ed924e2851ab23114696be7;p=ttf2png.git diff --git a/ttf2png.c b/ttf2png.c index 98a40ec..0c1c09a 100644 --- 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"); }