30 May
2013
30 May
'13
1:05 p.m.
Am 30.05.2013 19:49, schrieb Alexandre Julliard:
Fabian Müntefering <Cookiezzz97(a)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.