comparison libvo/font_load.c @ 340:1f7c824033fb

less, and more informal printfs
author arpi_esp
date Wed, 11 Apr 2001 01:38:57 +0000
parents e7e89cd4169f
children 8a7666a78f83
comparison
equal deleted inserted replaced
339:e7e89cd4169f 340:1f7c824033fb
240 desc->font[i]=desc->font[j]; 240 desc->font[i]=desc->font[j];
241 } 241 }
242 desc->font[' ']=-1; 242 desc->font[' ']=-1;
243 desc->width[' ']=desc->spacewidth; 243 desc->width[' ']=desc->spacewidth;
244 244
245 printf("font: Font %s loaded successfully! (%d chars)\n",fname,chardb); 245 printf("Font %s loaded successfully! (%d chars)\n",fname,chardb);
246 246
247 return desc; 247 return desc;
248 } 248 }
249 249
250 #if 0 250 #if 0