From 8f9aae0cc29d91dd9b4e3d3639ed3d58a7aa923b Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Fri, 15 Jul 2005 14:39:31 +0000 Subject: fix the dpi stuff with pango by reading the right ascent and descent stuff --- render/font.h | 1 + 1 file changed, 1 insertion(+) (limited to 'render/font.h') diff --git a/render/font.h b/render/font.h index 1ddeb047..8f0d4e6f 100644 --- a/render/font.h +++ b/render/font.h @@ -29,6 +29,7 @@ struct _RrFont { const RrInstance *inst; #ifdef USE_PANGO PangoFontDescription *pango_font_description; + PangoFontMetrics *pango_font_metrics; #endif /* USE_PANGO */ XftFont *xftfont; gint elipses_length; -- cgit v1.2.3