mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
dwrite: Added missing initialization of stretch value.
This commit is contained in:
parent
d62e7f7b9b
commit
6bab3afc34
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user