Commit 189606e4 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

wineps: Mark font as unset in PSDRV_SelectFont.

parent fe111269
......@@ -41,6 +41,8 @@ HFONT CDECL PSDRV_SelectFont( print_ctx *ctx, HFONT hfont, UINT *aa_flags )
{
struct font_info font_info;
ctx->font.set = UNSET;
if (ExtEscape(ctx->hdc, PSDRV_GET_BUILTIN_FONT_INFO, 0, NULL,
sizeof(font_info), (char *)&font_info))
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment