summaryrefslogtreecommitdiff
path: root/st/hb.h
diff options
context:
space:
mode:
authorSoominIm <111330163+SoominIm@users.noreply.github.com>2024-03-02 14:45:42 -0600
committerSoominIm <111330163+SoominIm@users.noreply.github.com>2024-03-02 14:45:42 -0600
commit5017790af4d8d7d9d7c9b41044a34ed015bc570e (patch)
tree0c8adc7f95a396ac25c0e57b528f8a3f38b9ec16 /st/hb.h
Initial commit
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);
+