X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Ffontset.h;h=523622efae213382f894ac787f7a59af67587383;hb=dc435aeb919b8077dbc6fc65cff9d8e973fab915;hp=e97d833da0aae154b12b2a991b6b26981c216611;hpb=61c2fc8411157cab8ab93c0b725e439d337684b4;p=m17n%2Fm17n-lib.git diff --git a/src/fontset.h b/src/fontset.h index e97d833..523622e 100644 --- a/src/fontset.h +++ b/src/fontset.h @@ -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_ @@ -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_ */