Patch ligatures

This commit is contained in:
Hektor Misplon
2020-05-07 15:51:18 +00:00
parent ebd303aff1
commit db594586bc
17 changed files with 5132 additions and 11 deletions

7
.suckless/st/hb.h Normal file
View File

@@ -0,0 +1,7 @@
#include <X11/Xft/Xft.h>
#include <hb.h>
#include <hb-ft.h>
void hbunloadfonts();
void hbtransform(XftGlyphFontSpec *, const Glyph *, size_t, int, int);