compatibility struct, for better underline positioning.
+2008-04-14 Jason Rumney <jasonr@gnu.org>
+
+ * w32font.c (w32font_open_internal): Set max_bounds.descent in
+ compatibility struct, for better underline positioning.
+
2008-04-13 David Hansen <david.hansen@gmx.net> (tiny change)
* dbusbind.c (dbus-get-unique-name): Remove extra copying of name
font->descent = w32_font->metrics.tmDescent;
font->scalable = w32_font->metrics.tmPitchAndFamily & TMPF_VECTOR;
+ /* max_descent is used for underlining in w32term.c. Hopefully this
+ is temporary, as we'll want to get rid of the old compatibility
+ stuff later. */
+ compat_w32_font->max_bounds.descent = font->descent;
+
/* Set global flag fonts_changed_p to non-zero if the font loaded
has a character with a smaller width than any other character
before, or if the font loaded has a smaller height than any other