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

Huw Davies huw at codeweavers.com
Wed Feb 13 05:41:50 CST 2019


On Wed, Feb 13, 2019 at 07:32:54PM +0800, Dmitry Timoshkov wrote:
> 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.

Ok, I just sent those two in again to avoid breaking the sequence.

Huw.



More information about the wine-devel mailing list