* w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
* w32font.c (w32_enumfont_pattern_entity): Return height consistent
with opened font.
+ (w32font_open): Set font type to gdi.
+
+ * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
font_object = font_make_object (VECSIZE (struct w32font_info),
font_entity, pixel_size);
+ ASET (font_object, FONT_TYPE_INDEX, Qgdi);
if (!w32font_open_internal (f, font_entity, pixel_size, font_object))
{
struct uniscribe_font_info *uniscribe_font
= (struct uniscribe_font_info *) XFONT_OBJECT (font_object);
+ ASET (font_object, FONT_TYPE_INDEX, Quniscribe);
+
if (!w32font_open_internal (f, font_entity, pixel_size, font_object))
{
return Qnil;