From 8cbadb61604667b407b53ee1258433994fa4765a Mon Sep 17 00:00:00 2001 From: coasteen Date: Thu, 9 Jul 2026 10:42:28 +0330 Subject: init --- st/hb.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 st/hb.h (limited to 'st/hb.h') diff --git a/st/hb.h b/st/hb.h new file mode 100755 index 0000000..3b0ef44 --- /dev/null +++ b/st/hb.h @@ -0,0 +1,14 @@ +#include +#include +#include + +typedef struct { + hb_buffer_t *buffer; + hb_glyph_info_t *glyphs; + hb_glyph_position_t *positions; + unsigned int count; +} HbTransformData; + +void hbunloadfonts(); +void hbtransform(HbTransformData *, XftFont *, const Glyph *, int, int); +void hbcleanup(HbTransformData *); -- cgit v1.2.3