From 211f3d3fc717a9368300d55de119f7ed51611c26 Mon Sep 17 00:00:00 2001 From: davidpkj Date: Wed, 15 Feb 2023 10:37:28 +0100 Subject: Patch: ligatures-scrollback-0.9 --- 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