(commont_style): Include dummy elements "slanted" and
authorhanda <handa>
Fri, 5 Nov 2004 02:05:00 +0000 (02:05 +0000)
committerhanda <handa>
Fri, 5 Nov 2004 02:05:00 +0000 (02:05 +0000)
"rslanted" to prefer "o" to "r" if "i" is requested.

src/font.c

index d391c6d..efbd90d 100644 (file)
@@ -384,7 +384,9 @@ static char *common_weight[] =
 static char *common_style[] =
   { "o",
     "i",
+    "slanted",
     "r",
+    "rslanted",
     "ri",
     "ro" };
 static char *common_stretch[] =