mirror of
https://github.com/LukeSmithxyz/st.git
synced 2024-11-21 14:56:00 +01:00
8 lines
155 B
C
8 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);
|
||
|
|