*** empty log message ***
authorhanda <handa>
Mon, 10 Sep 2007 04:50:34 +0000 (04:50 +0000)
committerhanda <handa>
Mon, 10 Sep 2007 04:50:34 +0000 (04:50 +0000)
src/ChangeLog

index e3a3175..74d01e6 100644 (file)
@@ -1,3 +1,18 @@
+2007-09-10  Kenichi Handa  <handa@m17n.org>
+
+       * m17n-flt.h (struct _MFLTGlyph): New member encoded and measured.
+       (struct _MFLTFont): Prototype of get_glyph_id changed.
+
+       * m17n-flt.c (enum GlyphInfoMask): Delete EncodedMask and
+       PositionedMask.
+       (GAPPEND): Delete this macro.
+       (GET_ENCODED, SET_ENCODED, GET_MEASURED, SET_MEASURED): Adjusted
+       for the change of MFLTGlyph.  Caller changed.
+       (run_otf): Simply calls font->get_glyph_id.
+       (run_command): Reset g->encoded and g->measured for direct code.
+       (positioning): Delete this function.
+       (run_stages): Simply calls font->get_glyph_id and font->get_metric.
+
 2007-09-06  Kenichi Handa  <handa@m17n.org>
 
        * m17n-flt.h (mflt_get): Extern it.