]> Dogcows Code - chaz/openbox/blobdiff - render/font.h
make the pango rendering code really complicated because that is the only way to...
[chaz/openbox] / render / font.h
index 8f0d4e6ffa176ae1e998b5fa78fd22169a541619..f299763946fa89ab7ff6cbc2d2666d1f03188b82 100644 (file)
 
 struct _RrFont {
     const RrInstance *inst;
-#ifdef USE_PANGO
-    PangoFontDescription *pango_font_description;
-    PangoFontMetrics *pango_font_metrics;
-#endif /* USE_PANGO */
     XftFont *xftfont;
     gint elipses_length;
     gint shadow;
     gchar tint;
     gint offset;
+#ifdef USE_PANGO
+    PangoFontDescription *pango_font_description;
+    gint pango_ascent;
+    gint pango_descent;
+#endif /* USE_PANGO */
 };
 
 RrFont *RrFontOpen(const RrInstance *inst, gchar *fontstring);
This page took 0.024689 seconds and 4 git commands to generate.