+2008-08-02 Jason Rumney <jasonr@gnu.org>
+
+ * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
+
2008-08-02 Eli Zaretskii <eliz@gnu.org>
* alloc.c (NSTATICS): Bump to 0x640.
metrics->width = gm.gmCellIncX;
metrics->status = W32METRIC_SUCCESS;
}
- else if (w32_font->glyph_idx)
- {
- /* Can't use glyph indexes after all.
- Avoid it in future, and clear any metrics that were based on
- glyph indexes. */
- w32_font->glyph_idx = 0;
- clear_cached_metrics (w32_font);
- }
else
metrics->status = W32METRIC_FAIL;
}