(main): Use "generic" fontset by default.
authorhanda <handa>
Tue, 18 Sep 2007 00:09:52 +0000 (00:09 +0000)
committerhanda <handa>
Tue, 18 Sep 2007 00:09:52 +0000 (00:09 +0000)
example/mdump.c

index f05075b..a53cd7e 100644 (file)
@@ -486,7 +486,7 @@ main (int argc, char **argv)
   MDrawMetric rect;
   char *filename = "output";
   int len, from;
-  char *fontset_name = "truetype";
+  char *fontset_name = "generic";
 
 
   /* Parse the command line arguments.  */