diff options
Diffstat (limited to 'render/render.h')
| -rw-r--r-- | render/render.h | 5 |
1 files changed, 5 insertions, 0 deletions
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); |
