dwrite: Added missing initialization of stretch value.

This commit is contained in:
Fabian Müntefering 2013-05-27 18:41:24 +02:00 committed by Alexandre Julliard
parent d62e7f7b9b
commit 6bab3afc34

View File

@ -1021,6 +1021,7 @@ HRESULT create_textformat(const WCHAR *family_name, IDWriteFontCollection *colle
This->format.weight = weight;
This->format.style = style;
This->format.size = size;
This->format.stretch = stretch;
if (collection)
{