From: Mikko Rasa Date: Wed, 31 Mar 2021 11:05:13 +0000 (+0300) Subject: Add the -b option to help text X-Git-Url: http://git.tdb.fi/?p=ttf2png.git;a=commitdiff_plain;h=0846d7665792d25e673ae51b56b691f58f7d0679 Add the -b option to help text --- 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"); }