+2009-11-05 Kenichi Handa <handa@m17n.org>
+
+ * configure.ac: Check if the OTF library has OTF_drive_gpos2 ().
+
2009-10-05 Kenichi Handa <handa@m17n.org>
* configure.ac: Version changed to 1.6.0.
+2009-11-05 Kenichi Handa <handa@m17n.org>
+
+ * m17n-flt.c (run_otf): Fix updating of g->lbearing, etc.
+
+ * font-ft.c (ft_drive_otf): Use OTF_drive_gpos2 if possible.
+
2009-10-28 Kenichi Handa <handa@m17n.org>
* fontset.c (mdebug_flag): New variable.
g->xoff = a->xoff;
g->yoff = a->yoff;
+ g->lbearing += a->xoff;
+ g->rbearing += a->xoff;
+ g->ascent -= a->yoff;
+ g->descent -= a->yoff;
while (aa->back > 0)
{
for (j = 0; j < aa->back;