Commit 1540a193 authored by Sebastian Lackner's avatar Sebastian Lackner Committed by Alexandre Julliard

dwrite: Fix font stretch name conversion table.

parent ff57b1fe
......@@ -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,
......
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