summaryrefslogtreecommitdiff
path: root/hb.h
diff options
context:
space:
mode:
authorSaumit Dinesan <79687674+Saumit-D@users.noreply.github.com>2021-10-26 13:31:52 +0530
committerGitHub <noreply@github.com>2021-10-26 13:31:52 +0530
commit929e4f651b5a2df25cf14fd0b551c4d89b3a6c36 (patch)
treea8dc82b14ce878d7c67bef385637cb5c1e0b791e /hb.h
parent0f5eaed32ffd062343166664bc516edd0854dd64 (diff)
Add files via upload
Diffstat (limited to 'hb.h')
-rw-r--r--hb.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/hb.h b/hb.h
new file mode 100644
index 0000000..07888df
--- /dev/null
+++ b/hb.h
@@ -0,0 +1,6 @@
+#include <X11/Xft/Xft.h>
+#include <hb.h>
+#include <hb-ft.h>
+
+void hbunloadfonts();
+void hbtransform(XftGlyphFontSpec *, const Glyph *, size_t, int, int);