comparison tools/fontconv.c @ 2007:a8a942c25df3

Lessen the default verbosity level of fontconv.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 07 Jul 2018 02:58:49 +0300
parents 5f9e8dd62c70
children 2ca6a13b091b
comparison
equal deleted inserted replaced
2006:9f7e9a393771 2007:a8a942c25df3
254 BOOL initTTF = FALSE; 254 BOOL initTTF = FALSE;
255 TTF_Font *ttf = NULL; 255 TTF_Font *ttf = NULL;
256 #endif 256 #endif
257 257
258 dmInitProg("fontconv", "Bitmap font converter", "0.4", NULL, NULL); 258 dmInitProg("fontconv", "Bitmap font converter", "0.4", NULL, NULL);
259 dmVerbosity = 1;
260 259
261 // Parse arguments 260 // Parse arguments
262 if (!dmArgsProcess(argc, argv, optList, optListN, 261 if (!dmArgsProcess(argc, argv, optList, optListN,
263 argHandleOpt, argHandleFile, OPTH_BAILOUT)) 262 argHandleOpt, argHandleFile, OPTH_BAILOUT))
264 exit(1); 263 exit(1);