Commit d53dc011 authored by Akihiro Sagawa's avatar Akihiro Sagawa Committed by Alexandre Julliard

gdi32: Restore the vertical font flag from the cache.

parent 74d69904
......@@ -1197,6 +1197,7 @@ static void load_face(HKEY hkey_face, WCHAR *face_name, Family *family)
face->StyleName = strdupW(face_name);
face->family = family;
face->vertical = (family->FamilyName[0] == '@');
if(RegQueryValueExW(hkey_face, face_full_name_value, NULL, NULL, NULL, &needed) == ERROR_SUCCESS)
{
......
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