(struct font_driver): Delete members otf_gsub and otf_gpos, add
member otf_drive.
(font_otf_gsub, font_otf_gpos): Delete externs.
(font_drive_otf): Extern it.
extern Lisp_Object font_otf_capability P_ ((struct font *font));
/* This can be used as `otf_drive' method of a font-driver. */
extern int font_drive_otf P_ ((struct font *font, Lisp_Object otf_features,
- Lisp_Object gstring_in, int from, int to,
- Lisp_Object gstring_out, int idx,
- int alternate_subst));
+ Lisp_Object gstring_in, int from, int to,
+ Lisp_Object gstring_out, int idx,
+ int alternate_subst));
#endif /* HAVE_LIBOTF */
#ifdef HAVE_FREETYPE