diff options
| author | stkhan <personal@slickd.xyz> | 2021-06-19 10:42:34 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-06-19 10:42:34 -0500 |
| commit | e2dbb81b9144fd8be2eb89617db38fd361079fed (patch) | |
| tree | 77cdbe3673b967c594327c878379aaae9c56daaf /sd/st/hb.h | |
| parent | e8df46e3babbb943a729935786a0d55dbe0e2028 (diff) | |
1.0.0b2
Former-commit-id: 7e8e8ad1998285a5b38c4bedd38acd0bbe37de4d
Diffstat (limited to 'sd/st/hb.h')
| -rw-r--r-- | sd/st/hb.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sd/st/hb.h b/sd/st/hb.h new file mode 100644 index 0000000..b3e02d0 --- /dev/null +++ b/sd/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); + |