diff options
author | ben <ben@nagy.contact> | 2025-05-03 14:59:49 -0700 |
---|---|---|
committer | ben <ben@nagy.contact> | 2025-05-03 14:59:49 -0700 |
commit | ed80e5df8c718fc2321904db1b81604d1ed33444 (patch) | |
tree | 04bc58346a40cd696f5840bcd3c724684bd5f591 /config/suckless/st/hb.h | |
parent | ea687c769521b3139c8547a2d4a839842fa7b0fe (diff) |
suckless
Diffstat (limited to 'config/suckless/st/hb.h')
-rw-r--r-- | config/suckless/st/hb.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/suckless/st/hb.h b/config/suckless/st/hb.h new file mode 100644 index 0000000..b3e02d0 --- /dev/null +++ b/config/suckless/st/hb.h @@ -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); + |