{
UINT options;
HRGN orig_clip;
- struct w32font_info *w32font = (struct w32font_info *) s->face->font;
+ struct w32font_info *w32font = (struct w32font_info *) s->font;
options = w32font->glyph_idx;
{
HBRUSH brush;
RECT rect;
- struct font *font = s->face->font;
+ struct font *font = s->font;
brush = CreateSolidBrush (s->gc->background);
rect.left = x;
{
int i;
for (i = 0; i < w32_font->n_cache_blocks; i++)
- bzero (w32_font->cached_metrics[i],
- CACHE_BLOCKSIZE * sizeof (struct font_metrics));
+ {
+ if (w32_font->cached_metrics[i])
+ bzero (w32_font->cached_metrics[i],
+ CACHE_BLOCKSIZE * sizeof (struct font_metrics));
+ }
}
struct font_driver w32font_driver =