]> Dogcows Code - chaz/openbox/blob - render/font.h
add Xutil includes for these badboys on older X versions/solaris
[chaz/openbox] / render / font.h
1 #ifndef __font_h
2 #define __font_h
3 #include "render.h"
4 #include "geom.h"
5
6 struct _RrFont {
7 const RrInstance *inst;
8 XftFont *xftfont;
9 gint elipses_length;
10 gint shadow;
11 gchar tint;
12 gint offset;
13 };
14
15 RrFont *RrFontOpen(const RrInstance *inst, char *fontstring);
16 void RrFontClose(RrFont *f);
17 void RrFontDraw(XftDraw *d, RrTextureText *t, RrRect *position);
18 #endif /* __font_h */
This page took 0.040337 seconds and 5 git commands to generate.