diff options
Diffstat (limited to 'hb.h')
-rw-r--r-- | hb.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ | |||
1 | #include <X11/Xft/Xft.h> | ||
2 | #include <hb.h> | ||
3 | #include <hb-ft.h> | ||
4 | |||
5 | void hbunloadfonts(); | ||
6 | void hbtransform(XftGlyphFontSpec *, const Glyph *, size_t, int, int); | ||