(mfontset__get_font): Extern it.
authorhanda <handa>
Fri, 2 Dec 2005 04:36:29 +0000 (04:36 +0000)
committerhanda <handa>
Fri, 2 Dec 2005 04:36:29 +0000 (04:36 +0000)
src/fontset.h

index e97d833..bdb5f4a 100644 (file)
@@ -35,4 +35,9 @@ extern MRealizedFont *mfont__lookup_fontset (MRealizedFontset *realized,
                                             MSymbol charset, int size,
                                             int ignore_fallback);
 
+extern MRealizedFont *mfontset__get_font (MFrame *frame, MFontset *fontset,
+                                         MSymbol script, MSymbol language,
+                                         MFont *font, int *best);
+
+
 #endif /* _M17N_FONTSET_H_ */