mirror of
https://github.com/LukeSmithxyz/st.git
synced 2025-04-07 20:01:08 +02:00
6 lines
171 B
C
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);
|