mirror of
https://github.com/mintycube/st.git
synced 2024-10-22 14:05:49 +02:00
7 lines
154 B
C
7 lines
154 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);
|