comparison src/ftfont.c @ 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 444b40002533
children 28e2fa3c7ca3
comparison
equal deleted inserted replaced
90818:c307aa794b2d 90819:c72e129545e8
299 NULL, 299 NULL,
300 NULL, 300 NULL,
301 ftfont_anchor_point, 301 ftfont_anchor_point,
302 #ifdef HAVE_LIBOTF 302 #ifdef HAVE_LIBOTF
303 font_otf_capability, 303 font_otf_capability,
304 font_otf_gsub, 304 font_drive_otf,
305 font_otf_gpos
306 #else 305 #else
307 NULL, 306 NULL,
308 NULL, 307 NULL,
309 NULL 308 NULL
310 #endif /* HAVE_LIBOTF */ 309 #endif /* HAVE_LIBOTF */