summaryrefslogtreecommitdiff
path: root/st/hb.h
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-05-10 13:45:24 -0500
committerstkhan <personal@slickd.xyz>2021-05-10 13:45:24 -0500
commit5223ec82d7b8d94f28c2c8ff6e3fc595eb9ecacb (patch)
treecb407dac487a0b41b4e3ff2d4e3bfda5a6422ec1 /st/hb.h
parent5c2b81edcd6cbdaf378a37885214ed1961322d9e (diff)
ughhhhh
Diffstat (limited to 'st/hb.h')
-rw-r--r--st/hb.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/st/hb.h b/st/hb.h
new file mode 100644
index 0000000..b3e02d0
--- /dev/null
+++ b/st/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);
+