From dbe2851b910dcdb02afbb744dbb2926286ab8f65 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 21 Jun 2003 02:15:13 +0000 Subject: more namespacing to Rr* --- render/render.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'render/render.h') diff --git a/render/render.h b/render/render.h index 30bf4846..0e34c197 100644 --- a/render/render.h +++ b/render/render.h @@ -161,6 +161,11 @@ RrAppearance *RrAppearanceNew (const RrInstance *inst, gint numtex); RrAppearance *RrAppearanceCopy (RrAppearance *a); void RrAppearanceFree (RrAppearance *a); +int RrFontMeasureString (const RrFont *f, const gchar *str, + gint shadow, gint offset); +int RrFontHeight (const RrFont *f, gint shadow, gint offset); +int RrFontMaxCharWidth (const RrFont *f); + void RrPaint (RrAppearance *l, Window win, gint w, gint h); void RrMinsize (RrAppearance *l, gint *w, gint *h); -- cgit v1.2.3