From 5e61b38fb5c2e7b4100e2d391711c019870fb9d8 Mon Sep 17 00:00:00 2001 From: zachir Date: Mon, 16 Aug 2021 18:22:39 -0500 Subject: update --- hb.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hb.h (limited to 'hb.h') diff --git a/hb.h b/hb.h new file mode 100644 index 0000000..b3e02d0 --- /dev/null +++ b/hb.h @@ -0,0 +1,7 @@ +#include +#include +#include + +void hbunloadfonts(); +void hbtransform(XftGlyphFontSpec *, const Glyph *, size_t, int, int); + -- cgit v1.2.3