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

Alexandre Julliard julliard at winehq.org
Thu May 30 12:49:12 CDT 2013


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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list