[2/3] DWrite: Implemented functions regarding text alignment. (try 2)

Fabian Müntefering Cookiezzz97 at gmx.de
Thu May 30 13:05:01 CDT 2013


Am 30.05.2013 19:49, schrieb Alexandre Julliard:
> Fabian Müntefering <Cookiezzz97 at gmx.de> writes:
>
>> @@ -1023,6 +1034,9 @@ HRESULT create_textformat(const WCHAR *family_name, IDWriteFontCollection *colle
>>      This->format.size = size;
>>      This->format.stretch = stretch;
>>  
>> +    /*Default values.*/
>> +    This->format.text_align = 0;
> Please use proper enum values when setting enum variables.
>
I will fix it as soon as possible.



More information about the wine-devel mailing list