diff options
Diffstat (limited to 'render/font.h')
| -rw-r--r-- | render/font.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/render/font.h b/render/font.h index 7b483d89..22aeaec0 100644 --- a/render/font.h +++ b/render/font.h @@ -11,11 +11,7 @@ struct _RrFont { gint elipses_length; }; -void font_startup(void); -RrFont *font_open(const RrInstance *inst, char *fontstring); -void font_close(RrFont *f); -int font_measure_string(RrFont *f, char *str, int shadow, int offset); -int font_height(RrFont *f, int shadow, int offset); -int font_max_char_width(RrFont *f); -void font_draw(XftDraw *d, RrTextureText *t, Rect *position); +RrFont *RrFontOpen(const RrInstance *inst, char *fontstring); +void RrFontClose(RrFont *f); +void RrFontDraw(XftDraw *d, RrTextureText *t, Rect *position); #endif /* __font_h */ |
