diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2005-07-15 14:39:31 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2005-07-15 14:39:31 +0000 |
| commit | 8f9aae0cc29d91dd9b4e3d3639ed3d58a7aa923b (patch) | |
| tree | 6a76bb9539289f4c7ad27ee3fb54d4f16fdb794b /render/font.h | |
| parent | 69a4abe1d035cf3c9b98775e40e6445e51319b9d (diff) | |
fix the dpi stuff with pango by reading the right ascent and descent stuff
Diffstat (limited to 'render/font.h')
| -rw-r--r-- | render/font.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
