]> git.eshelyaron.com Git - emacs.git/commitdiff
(ftfont_driver): Delete font_otf_gsub and
authorKenichi Handa <handa@m17n.org>
Wed, 25 Apr 2007 12:07:07 +0000 (12:07 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 25 Apr 2007 12:07:07 +0000 (12:07 +0000)
font_otf_gpos, add font_drive_otf.

src/ftfont.c

index 0853b8af67f56b04ae93810cae14568557033e87..9ecd05601aec5b4ec996013ef08757eec5e1095a 100644 (file)
@@ -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,