13 Feb
2019
13 Feb
'19
11:41 a.m.
On Wed, Feb 13, 2019 at 07:32:54PM +0800, Dmitry Timoshkov wrote:
Huw Davies <huw(a)codeweavers.com> 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.
Ok, I just sent those two in again to avoid breaking the sequence. Huw.