/* OTF handler */
+#if 0
+
#define LGSTRING_HEADER_SIZE 6
#define LGSTRING_GLYPH_SIZE 8
error ("OTF spec too long");
}
-
Lisp_Object
font_otf_DeviceTable (device_table)
OTF_DeviceTable *device_table;
}
return val;
}
-
#endif /* HAVE_LIBOTF */
+#endif /* 0 */
/* G-string (glyph string) handler */
return to;
}
+#if 0
+
DEFUN ("font-drive-otf", Ffont_drive_otf, Sfont_drive_otf, 6, 6, 0,
doc: /* Apply OpenType features on glyph-string GSTRING-IN.
OTF-FEATURES specifies which features to apply in this format:
}
return Fnreverse (alternates);
}
-
+#endif /* 0 */
#ifdef FONT_DEBUG
staticpro (&scratch_font_prefer);
scratch_font_prefer = Ffont_spec (0, NULL);
+#if 0
#ifdef HAVE_LIBOTF
staticpro (&otf_list);
otf_list = Qnil;
-#endif
+#endif /* HAVE_LIBOTF */
+#endif /* 0 */
defsubr (&Sfontp);
defsubr (&Sfont_spec);
defsubr (&Sfont_make_gstring);
defsubr (&Sfont_fill_gstring);
defsubr (&Sfont_shape_text);
+#if 0
defsubr (&Sfont_drive_otf);
defsubr (&Sfont_otf_alternates);
+#endif /* 0 */
#ifdef FONT_DEBUG
defsubr (&Sopen_font);