]>
Dogcows Code - chaz/openbox/blob - render/font.h
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
, 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
, int x
, int y
, int w
, int h
);
This page took 0.03322 seconds and 4 git commands to generate.