[PATCH 2/3] dwrite: Fix font stretch name conversion table

Nikolay Sivov nsivov at codeweavers.com
Sat Aug 13 14:21:14 CDT 2016


From: Sebastian Lackner <sebastian at fds-team.de>

Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---



 dlls/dwrite/font.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/dwrite/font.c b/dlls/dwrite/font.c
index d354eaf..cc82c26 100644
--- a/dlls/dwrite/font.c
+++ b/dlls/dwrite/font.c
@@ -3109,6 +3109,7 @@ static BOOL font_apply_differentiation_rules(struct dwrite_font_data *font, WCHA
         static const WCHAR ultraexpandedW[] = {'U','l','t','r','a',' ','E','x','p','a','n','d','e','d',0};
 
         static const WCHAR *stretchnamesW[] = {
+            NULL, /* DWRITE_FONT_STRETCH_UNDEFINED */
             ultracondensedW,
             extracondensedW,
             condensedW,
-- 
2.8.1




More information about the wine-patches mailing list