diff options
| author | stkhan <personal@slickd.xyz> | 2021-05-17 19:45:13 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-05-17 19:45:13 -0500 |
| commit | 05e0a0e0dc28aeb1ce193b21b93e89792bb545a3 (patch) | |
| tree | e428c9d7269db0728e671a073989ac5180200a14 /st-0.8.2/hb.h | |
| parent | 6b05d6310a4bb4e7f4639643cd22cf34b5384b0c (diff) | |
Last release before rewrite
Diffstat (limited to 'st-0.8.2/hb.h')
| -rw-r--r-- | st-0.8.2/hb.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/st-0.8.2/hb.h b/st-0.8.2/hb.h new file mode 100644 index 0000000..b3e02d0 --- /dev/null +++ b/st-0.8.2/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); + |