]>
Dogcows Code - chaz/openbox/blob - render/font.h
85aa9f3efb3e8afadb7099d190c624123b3e0437
3 #define _XFT_NO_COMPAT_ /* no Xft 1 API */
4 #include <X11/Xft/Xft.h>
6 #include "kernel/geom.h"
9 const RrInstance
*inst
;
17 RrFont
*RrFontOpen(const RrInstance
*inst
, char *fontstring
);
18 void RrFontClose(RrFont
*f
);
19 void RrFontDraw(XftDraw
*d
, RrTextureText
*t
, Rect
*position
);
This page took 0.03849 seconds and 4 git commands to generate.