From 5223ec82d7b8d94f28c2c8ff6e3fc595eb9ecacb Mon Sep 17 00:00:00 2001 From: stkhan Date: Mon, 10 May 2021 13:45:24 -0500 Subject: ughhhhh --- st/hb.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 st/hb.h (limited to 'st/hb.h') 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 +#include +#include + +void hbunloadfonts(); +void hbtransform(XftGlyphFontSpec *, const Glyph *, size_t, int, int); + -- cgit v1.2.3