summaryrefslogtreecommitdiff
path: root/hb.h
diff options
context:
space:
mode:
authorRafael Marçalo <rafa99@protonmail.com>2020-05-26 16:09:04 +0000
committerRafael Marçalo <rafa99@protonmail.com>2020-05-26 16:09:04 +0000
commit3009d4e230559a9843fd13fdedd8aad8687e9f96 (patch)
treebe5761a032911eddd96dde8fc7b774f05de41592 /hb.h
parentfa8dabacbd6f78ae3c756e6cee5da204de7a70d7 (diff)
parentbeb5860118808d28df64aff7926938efa6bb7dac (diff)
Merge branch 'bump' into 'master'
Bumped to Version 0.8.3 See merge request rafa_99/st!3
Diffstat (limited to 'hb.h')
-rw-r--r--hb.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/hb.h b/hb.h
new file mode 100644
index 0000000..b3e02d0
--- /dev/null
+++ b/hb.h
@@ -0,0 +1,7 @@
+#include <X11/Xft/Xft.h>
+#include <hb.h>
+#include <hb-ft.h>
+
+void hbunloadfonts();
+void hbtransform(XftGlyphFontSpec *, const Glyph *, size_t, int, int);
+