gdiplus: Use symbolic name of the font style.

Dmitry Timoshkov dmitry at baikal.ru
Mon Apr 23 09:48:19 CDT 2012


Nikolay Sivov <bunglehead at gmail.com> wrote:

> > -    INT fontstyle=0;
> > +    INT fontstyle = FontStyleRegular;
> >
> >       if (!ntm) return 1;
> >
> Maybe it's better to make it 'enum FontStyle' after all.

Current version is fine IMO, but feel free to send a patch :)

-- 
Dmitry.



More information about the wine-devel mailing list