1
0
Fork 0
mirror of https://github.com/LukeSmithxyz/st.git synced 2025-04-07 20:01:08 +02:00
st/hb.h
2020-08-09 12:49:16 -04:00

6 lines
171 B
C

#include <X11/Xft/Xft.h>
#include <hb.h>
#include <hb-ft.h>
void hbunloadfonts();
void hbtransform(XftGlyphFontSpec *, const Glyph *, size_t, int, int, char **, size_t);