sfntedit help
/* Print usage information */
static void printUsage(void) {
printf(
"Usage:\n"
" %s [options] <srcfile> [<dstfile>]\n"
"OR: %s -X <scriptfile>\n"
"\n"
"Options:\n"
" -x <tag>[=<file>][,<tag>[=<file>]]+ extract table to file\n"
" -d <tag>[,<tag>]+ delete table\n"
" -a <tag>=<file>[,<tag>=<file>]+ add (or replace) table\n"
" -l list sfnt directory (default)\n"
" -c check checksums\n"
" -f fix checksums (implies -c)\n"
" -u print usage\n"
" -h print help\n"
" -X execute command-lines from <scriptfile> [default: sfntedit.scr]\n"
"\n"
"Build:\n"
" Version: %s\n"
"\n",
global.progname,
global.progname,
VERSION);
}
afdko/main.c at 01a35dacc9e8d1735b7f752f3232d38c34e6f843 · adobe-type-tools/afdko · GitHub