From 3a0bbcf5f60aab95bb37671bdb7ba0d781dc0f1d Mon Sep 17 00:00:00 2001 From: Nikita Langer Date: Mon, 6 Apr 2026 12:04:31 +0200 Subject: hallo --- hb.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 hb.h (limited to 'hb.h') diff --git a/hb.h b/hb.h new file mode 100755 index 0000000..3b0ef44 --- /dev/null +++ b/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