This commit is contained in:
kraus 2022-11-20 22:37:00 +01:00
parent ff99bfeb5c
commit f06115d6f3
1 changed files with 1 additions and 1 deletions

View File

@ -680,7 +680,7 @@ void help(void)
puts(" Use '-x 1' to increase the gap between chars.");
puts(" Use '-l 127' to get an improved color mapping for multicolor .bmf fonts.");
puts(" Use '-p' for monospaced .bmf fonts which seem to be proportional fonts.");
puts("Hints:");
puts("Example:");
puts(" bmf2bdf -u -p -l 128 -x 1 font.bms > font.bdf");
}