1 #ifndef HB_FREETYPE_H_ 2 #define HB_FREETYPE_H_ 3 4 extern const HB_FontClass hb_freetype_class; 5 6 HB_Error hb_freetype_table_sfnt_get(void *voidface, const HB_Tag tag, 7 HB_Byte *buffer, HB_UInt *len); 8 9 #endif // HB_FREETYPE_H_ 10