summaryrefslogtreecommitdiff
path: root/st-0.8.2/hb.h
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-04-21 19:36:08 +0000
committerstkhan <personal@slickd.xyz>2021-04-21 19:36:08 +0000
commit661cc0a02fb3d38440ad8c1e295fdbde9c1299d8 (patch)
treef66f68dc51e04a1cacb3d609be5fa0c83ba876c1 /st-0.8.2/hb.h
parentfe2168b902a1775ae50041710b79d7751237f1ce (diff)
Added paleofetch
Diffstat (limited to 'st-0.8.2/hb.h')
-rw-r--r--st-0.8.2/hb.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/st-0.8.2/hb.h b/st-0.8.2/hb.h
new file mode 100644
index 0000000..b3e02d0
--- /dev/null
+++ b/st-0.8.2/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);
+