From 30faefe674c5048b7ffd31c98b1a2193c43c9fe2 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Sat, 23 May 2020 12:01:50 +0100 Subject: Apply Ligatures patch Homepage link: https://st.suckless.org/patches/ligatures/ Patch links: https://st.suckless.org/patches/ligatures/0.8.3/st-ligatures-boxdraw-20200430-0.8.3.diff https://st.suckless.org/patches/ligatures/0.8.3/st-ligatures-scrollback-20200430-0.8.3.diff Additional info: the patch was applied by mixing the two patches linked above in order to provide compatibility with both BoxDraw and Scrollback patches. --- hb.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hb.h (limited to 'hb.h') diff --git a/hb.h b/hb.h new file mode 100644 index 0000000..07888df --- /dev/null +++ b/hb.h @@ -0,0 +1,6 @@ +#include +#include +#include + +void hbunloadfonts(); +void hbtransform(XftGlyphFontSpec *, const Glyph *, size_t, int, int); -- cgit v1.2.3