From 5017790af4d8d7d9d7c9b41044a34ed015bc570e Mon Sep 17 00:00:00 2001 From: SoominIm <111330163+SoominIm@users.noreply.github.com> Date: Sat, 2 Mar 2024 14:45:42 -0600 Subject: Initial commit --- 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