From 59d71f7a84b6f87002fab21a74f1f8f360eb136a Mon Sep 17 00:00:00 2001 From: Marcel Screm Date: Mon, 5 Jan 2026 16:02:48 +0100 Subject: added ligature patch --- hb.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 hb.h (limited to 'hb.h') diff --git a/hb.h b/hb.h new file mode 100644 index 0000000..96e808b --- /dev/null +++ b/hb.h @@ -0,0 +1,15 @@ +#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