Commit 6bab3afc authored by Fabian Müntefering's avatar Fabian Müntefering Committed by Alexandre Julliard

dwrite: Added missing initialization of stretch value.

parent d62e7f7b
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment