+2004-01-01 Jason Rumney <jasonr@gnu.org>
+
+ * w32term.c (w32_text_out): Use s->font, for consistency with
+ callers.
+
2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
* print.c (Ferror_message_string): Add hyperlink in the docstring
wchar_t * chars;
int nchars;
{
- int charset_dim = w32_font_is_double_byte (s->gc->font) ? 2 : 1;
- if (s->gc->font->bdf)
- w32_BDF_TextOut (s->gc->font->bdf, s->hdc,
+ int charset_dim = w32_font_is_double_byte (s->font) ? 2 : 1;
+ if (s->font->bdf)
+ w32_BDF_TextOut (s->font->bdf, s->hdc,
x, y, (char *) chars, charset_dim,
nchars * charset_dim, 0);
else if (s->first_glyph->font_type == UNICODE_FONT)