1
0
Fork 0
mirror of https://github.com/LukeSmithxyz/st.git synced 2025-04-07 11:51:09 +02:00
st/hb.h
2020-05-12 03:46:52 +07:00

7 lines
155 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);