aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/harfbuzz/contrib/harfbuzz-freetype.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/harfbuzz/contrib/harfbuzz-freetype.h')
-rw-r--r--third_party/harfbuzz/contrib/harfbuzz-freetype.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/harfbuzz/contrib/harfbuzz-freetype.h b/third_party/harfbuzz/contrib/harfbuzz-freetype.h
new file mode 100644
index 0000000000..628be16831
--- /dev/null
+++ b/third_party/harfbuzz/contrib/harfbuzz-freetype.h
@@ -0,0 +1,9 @@
+#ifndef HB_FREETYPE_H_
+#define HB_FREETYPE_H_
+
+extern const HB_FontClass hb_freetype_class;
+
+HB_Error hb_freetype_table_sfnt_get(void *voidface, const HB_Tag tag,
+ HB_Byte *buffer, HB_UInt *len);
+
+#endif // HB_FREETYPE_H_