dwrite: Fix font stretch name conversion table.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de> Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ff57b1febb
commit
1540a19359
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue