diff options
| author | bard <[email protected]> | 2024-04-15 06:24:14 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2024-04-15 06:24:14 -0400 |
| commit | 168120d4068eff9816c11f0503738c12861821ae (patch) | |
| tree | 635e839eeca920432fcaa8417b282e074e84a4c2 /dwm/Repositories/st/hb.h | |
initial commit
Diffstat (limited to 'dwm/Repositories/st/hb.h')
| -rw-r--r-- | dwm/Repositories/st/hb.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dwm/Repositories/st/hb.h b/dwm/Repositories/st/hb.h new file mode 100644 index 0000000..b3e02d0 --- /dev/null +++ b/dwm/Repositories/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); + |
