3 #include <X11/Xft/Xft.h>
6 void font_startup(void);
7 ObFont
*font_open(char *fontstring
);
8 void font_close(ObFont
*f
);
9 int font_measure_string(ObFont
*f
, const char *str
, int shadow
, int offset
);
10 int font_height(ObFont
*f
, int shadow
, int offset
);
11 int font_max_char_width(ObFont
*f
);
12 void font_draw(XftDraw
*d
, TextureText
*t
);