Fix help string for --enable-gui.
[m17n/m17n-lib.git] / src / fontset.h
index 872650a..6b7c3d9 100644 (file)
@@ -1,5 +1,5 @@
 /* fontset.h -- header file for the fontset module.
-   Copyright (C) 2003, 2004
+   Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
      National Institute of Advanced Industrial Science and Technology (AIST)
      Registration Number H15PRO112
 
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the m17n library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+   Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    02111-1307, USA.  */
 
 #ifndef _M17N_FONTSET_H_
 
 extern MRealizedFontset *mfont__realize_fontset (MFrame *frame,
                                                 MFontset *fontset,
-                                                MFace *face);
+                                                MFace *face, MFont *spec);
 
 void mfont__free_realized_fontset (MRealizedFontset *realized);
 
 extern MRealizedFont *mfont__lookup_fontset (MRealizedFontset *realized,
                                             MGlyph *g, int *num,
                                             MSymbol script, MSymbol language,
-                                            MSymbol charset, int size);
+                                            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_ */