From 8029cd7933b4904c4bb0f13012515e9c9c2ab435 Mon Sep 17 00:00:00 2001 From: "Douglas B. Rumbaugh" Date: Sat, 31 Dec 2022 16:35:12 -0500 Subject: Added ligatures patch --- hb.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 hb.h (limited to 'hb.h') diff --git a/hb.h b/hb.h new file mode 100644 index 0000000..88de9bd --- /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 v1.2.3