diff options
| author | stkhan <personal@slickd.xyz> | 2021-05-18 19:41:15 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-05-18 19:41:15 -0500 |
| commit | 806a695d6fbffce479f01b8918e089da0d011faf (patch) | |
| tree | dca57078417b3de85156aa7b427fb3ab697d3c2a /st-0.8.2/hb.h | |
| parent | 9fe978216eb61407feb3bc53b2486ef238f250d9 (diff) | |
Reworked everything
Diffstat (limited to 'st-0.8.2/hb.h')
| -rw-r--r-- | st-0.8.2/hb.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/st-0.8.2/hb.h b/st-0.8.2/hb.h deleted file mode 100644 index b3e02d0..0000000 --- a/st-0.8.2/hb.h +++ /dev/null @@ -1,7 +0,0 @@ -#include <X11/Xft/Xft.h> -#include <hb.h> -#include <hb-ft.h> - -void hbunloadfonts(); -void hbtransform(XftGlyphFontSpec *, const Glyph *, size_t, int, int); - |