(mfont_from_name): Prototype adjusted.
authorhanda <handa>
Sat, 20 Aug 2005 02:40:17 +0000 (02:40 +0000)
committerhanda <handa>
Sat, 20 Aug 2005 02:40:17 +0000 (02:40 +0000)
(Mspacing, Mascent, Mdescent, Mmax_advance): Extern them.

src/m17n-gui.h

index 5878d92..9ea8085 100644 (file)
@@ -155,7 +155,7 @@ extern char *mfont_unparse_name (MFont *font, MSymbol format);
 
 /* These two are obsolete (from 1.1.0).  */
 extern char *mfont_name (MFont *font);
-extern MFont *mfont_from_name (char *name);
+extern MFont *mfont_from_name (const char *name);
 
 extern MSymbol Mfoundry;
 extern MSymbol Mfamily;
@@ -163,9 +163,13 @@ extern MSymbol Mweight;
 extern MSymbol Mstyle;
 extern MSymbol Mstretch;
 extern MSymbol Madstyle;
+extern MSymbol Mspacing;
 extern MSymbol Mregistry;
 extern MSymbol Msize;
 extern MSymbol Mresolution;
+extern MSymbol Mascent;
+extern MSymbol Mdescent;
+extern MSymbol Mmax_advance;
 extern MSymbol Mfontfile;
 
 extern MSymbol Mfontconfig;