Commit 4ff44c51 authored by Sebastian Lackner's avatar Sebastian Lackner Committed by Michael Stefaniuc

dwrite: Fix font stretch name conversion table.

Signed-off-by: 's avatarSebastian Lackner <sebastian@fds-team.de> Signed-off-by: 's avatarNikolay Sivov <nsivov@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org> (cherry picked from commit 1540a193) Signed-off-by: 's avatarMichael Stefaniuc <mstefani@winehq.org>
parent 1a5fa5f1
......@@ -2760,6 +2760,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,
......
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