From 4edc7282ab841142e970dcb4f03f251bb5ed7292 Mon Sep 17 00:00:00 2001 From: mackarelfish Date: Tue, 12 May 2020 03:46:52 +0700 Subject: Added ligatures patch --- hb.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hb.h (limited to 'hb.h') diff --git a/hb.h b/hb.h new file mode 100644 index 0000000..b3e02d0 --- /dev/null +++ b/hb.h @@ -0,0 +1,7 @@ +#include +#include +#include + +void hbunloadfonts(); +void hbtransform(XftGlyphFontSpec *, const Glyph *, size_t, int, int); + -- cgit v1.2.3