Mailbox support for texture layers.
[chromium-blink-merge.git] / third_party / harfbuzz / contrib / harfbuzz-freetype.h
blob628be168314a3dd89fa9dbd7ab02df589d26d7ab
1 #ifndef HB_FREETYPE_H_
2 #define HB_FREETYPE_H_
4 extern const HB_FontClass hb_freetype_class;
6 HB_Error hb_freetype_table_sfnt_get(void *voidface, const HB_Tag tag,
7 HB_Byte *buffer, HB_UInt *len);
9 #endif // HB_FREETYPE_H_