From abb610f269800709927b7d93c33301497ac4e2ce Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 25 Apr 2007 12:07:07 +0000 Subject: [PATCH] (ftfont_driver): Delete font_otf_gsub and font_otf_gpos, add font_drive_otf. --- src/ftfont.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ftfont.c b/src/ftfont.c index 0853b8af67f..9ecd05601ae 100644 --- a/src/ftfont.c +++ b/src/ftfont.c @@ -301,8 +301,7 @@ struct font_driver ftfont_driver = ftfont_anchor_point, #ifdef HAVE_LIBOTF font_otf_capability, - font_otf_gsub, - font_otf_gpos + font_drive_otf, #else NULL, NULL, -- 2.39.5