From 0312ef72fabae31f2859845fb4ef1c980518aad7 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 2 Dec 2005 04:36:29 +0000 Subject: [PATCH] (mfontset__get_font): Extern it. --- src/fontset.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/fontset.h b/src/fontset.h index e97d833..bdb5f4a 100644 --- a/src/fontset.h +++ b/src/fontset.h @@ -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_ */ -- 1.7.10.4