mirror of
https://github.com/LukeSmithxyz/st.git
synced 2025-04-05 02:41:10 +02:00
6 lines
168 B
C
6 lines
168 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 **, int);
|