Added ligatures patch

This commit is contained in:
mackarelfish
2020-05-12 03:46:52 +07:00
parent fdf3989005
commit 4edc7282ab
8 changed files with 175 additions and 12 deletions

7
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);