From: Dmitry Timoshkov Subject: Re: [PATCH 2/3] wineps.drv: Add support for GETFACENAME and DOWNLOADFACE escapes. Message-Id: <20190213193254.21ab7c7f3b5770f9904e8e1f@baikal.ru> Date: Wed, 13 Feb 2019 19:32:54 +0800 In-Reply-To: <20190213084601.GA32393@merlot.physics.ox.ac.uk> References: <20190213160738.9f56f41bf3814a9dc233812d@baikal.ru> <20190213084601.GA32393@merlot.physics.ox.ac.uk> Huw Davies wrote: > > case GETFACENAME: > > - FIXME("GETFACENAME: stub\n"); > > - lstrcpynA(out_data, "Courier", cbOutput); > > + if (physDev->font.fontloc == Download) > > + { > > + char *name = PSDRV_get_download_name(dev, physDev->font.set); > > physDev->font.set is a tri-state, so this doesn't work as expected. I guess that this patch could be skipped then, 3/3 doesn't depend on this one. -- Dmitry.