summaryrefslogtreecommitdiff
path: root/hb.h
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-09-04 23:45:50 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-09-04 23:45:50 +0530
commit8b775dba2a886c5b2d0fadddafdf58c7c69d9cfb (patch)
treedc3dd17d7014084a16d844e9ca853990ca1b7f93 /hb.h
parentdf482c4158e3579c8ab41d2851ea4cbb9b0057c7 (diff)
replacing ligatures+scrollback patch w +boxdraw and applying said patch(previous one gave errors even on manual patching w 0 errors)
Diffstat (limited to 'hb.h')
-rw-r--r--hb.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/hb.h b/hb.h
new file mode 100644
index 0000000..07888df
--- /dev/null
+++ b/hb.h
@@ -0,0 +1,6 @@
+#include <X11/Xft/Xft.h>
+#include <hb.h>
+#include <hb-ft.h>
+
+void hbunloadfonts();
+void hbtransform(XftGlyphFontSpec *, const Glyph *, size_t, int, int);