From c63ea33628b237a5ff6a44545522145f4a12b1c7 Mon Sep 17 00:00:00 2001 From: Lauris Kaplinski Date: Sun, 20 Aug 2000 03:02:05 +0000 Subject: Moved e-text to UTF-8 svn path=/trunk/; revision=4886 --- e-util/e-font.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'e-util/e-font.h') diff --git a/e-util/e-font.h b/e-util/e-font.h index 74c91aace5..74ebea2592 100644 --- a/e-util/e-font.h +++ b/e-util/e-font.h @@ -39,6 +39,8 @@ void e_font_unref (EFont *font); gint e_font_ascent (EFont * font); gint e_font_descent (EFont * font); +#define e_font_height(f) (e_font_ascent (f) + e_font_descent (f)) + /* * NB! UTF-8 text widths are given in chars, not bytes */ -- cgit v1.2.3