Mercurial > emacs
diff src/w32font.c @ 96937:7f7286fdbf06
* w32font.c (w32font_open): Set font type to gdi.
* w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
| author | Jason Rumney <jasonr@gnu.org> |
|---|---|
| date | Wed, 23 Jul 2008 15:37:44 +0000 |
| parents | 59f723e2168b |
| children | 8e0048b7af16 |
line wrap: on
line diff
--- a/src/w32font.c Wed Jul 23 14:00:05 2008 +0000 +++ b/src/w32font.c Wed Jul 23 15:37:44 2008 +0000 @@ -238,6 +238,7 @@ 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)) {
