[PATCH 2/3] wineps.drv: Add support for GETFACENAME and DOWNLOADFACE escapes.

Dmitry Timoshkov dmitry at baikal.ru
Wed Feb 13 05:32:54 CST 2019


Huw Davies <huw at 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.

-- 
Dmitry.



More information about the wine-devel mailing list