aboutsummaryrefslogtreecommitdiff
path: root/config/suckless/st/hb.h
diff options
context:
space:
mode:
authorben <ben@nagy.contact>2025-05-03 14:59:49 -0700
committerben <ben@nagy.contact>2025-05-03 14:59:49 -0700
commited80e5df8c718fc2321904db1b81604d1ed33444 (patch)
tree04bc58346a40cd696f5840bcd3c724684bd5f591 /config/suckless/st/hb.h
parentea687c769521b3139c8547a2d4a839842fa7b0fe (diff)
suckless
Diffstat (limited to 'config/suckless/st/hb.h')
-rw-r--r--config/suckless/st/hb.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/suckless/st/hb.h b/config/suckless/st/hb.h
new file mode 100644
index 0000000..b3e02d0
--- /dev/null
+++ b/config/suckless/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);
+