*** empty log message ***
authorhanda <handa>
Fri, 9 Nov 2007 07:45:25 +0000 (07:45 +0000)
committerhanda <handa>
Fri, 9 Nov 2007 07:45:25 +0000 (07:45 +0000)
src/ChangeLog

index 96b421e..9d69768 100644 (file)
@@ -1,3 +1,26 @@
+2007-11-09  Kenichi Handa  <handa@ni.aist.go.jp>
+
+       * m17n-flt.c (run_stages): Fix handing of off_x and off_y.
+       (setup_combining_coverage): New function.
+       (setup_combining_flt): New function.
+       (mflt_get): If flt is not found, return NULL.  If name if Mt,
+       call setup_combining_flt.
+       (mflt_run): For debugging, print font family name.
+
+       * font-ft.c (ft_render): Fix handling of baseline_offset.
+       (ft_encapsulate): Set metrics in 26.6 fixed pixel.
+
+       * m17n-X.c (xfont_find_metric): Delete invalid "continue" line.
+       (xfont_find_metric): Set metrics in 26.6 fixed pixel.
+       (xfont_render): Set baseline_offset in pixel.
+       (xft_render): Fix handling of baseline_offset.
+
+       * draw.c (run_flt): Set font.font.family.
+       (compose_glyph_string): Fix handling of combining characters.
+
+       * fontset.c (try_font_list): Check if the named flt is surely
+       available.
+
 2007-11-07  Kenichi Handa  <handa@ni.aist.go.jp>
 
        * draw.c (analyse_bidi_level): New function.