changeset 90819:c72e129545e8

(ftfont_driver): Delete font_otf_gsub and font_otf_gpos, add font_drive_otf.
author Kenichi Handa <handa@m17n.org>
date Wed, 25 Apr 2007 12:07:07 +0000
parents c307aa794b2d
children 933d1187678d
files src/ftfont.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ftfont.c	Wed Apr 25 12:06:25 2007 +0000
+++ b/src/ftfont.c	Wed Apr 25 12:07:07 2007 +0000
@@ -301,8 +301,7 @@
     ftfont_anchor_point,
 #ifdef HAVE_LIBOTF
     font_otf_capability,
-    font_otf_gsub,
-    font_otf_gpos
+    font_drive_otf,
 #else
     NULL,
     NULL,