From: handa Date: Mon, 10 May 2004 07:07:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: withdl~228 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7562f4caa1f818c519208ece20d5b85097c9c60b;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index ce4490a..4e56b4e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,24 @@ +2004-05-10 Kenichi Handa + + * font-ft.c: Include . + (Municode_bmp, Municode_full, Miso10646_1, Miso8859_1): New + variables. + (mfont__ft_init): Initialize them. + (ft_iso8859_1_font_list): New variable. + (set_font_info): Detect a font containing iso8859-1 glyphs and + register it in ft_iso8859_1_font_list. If the font is not + scalable, assume it as BDF or PCF font and setup SIZE and RESY + properties of the font from its properties. + (add_font_list): If the font is not scalable, check if it is BDF + or PCF font. If not, ignore it. + (ft_select): If FAMILY is Mnil, return NULL only if the requested + registry is not iso8859-1. + (ft_select) [not HAVE_XFT2]: If FAMILY is Mnil, select one from + ft_iso8859_1_font_list. + (ft_find_metric): If the font is not scalable, assume it as BDF + or PCF, and get a metric from its properties. + (mfont__ft_fini): Free ft_iso8859_1_font_list. + 2004-05-07 Kenichi Handa * Makefile.am (libm17n_la_LIBADD): Include -ldl.