Index: rostests/apitests/gdi32/GetFontResourceInfoW.c =================================================================== --- rostests/apitests/gdi32/GetFontResourceInfoW.c (revision 74520) +++ rostests/apitests/gdi32/GetFontResourceInfoW.c (working copy) @@ -51,6 +51,14 @@ { 0xFF2D, 0xFF33, 0x0020, 0xFF30, 0x30B4, 0x30B7, 0x30C3, 0x30AF, 0 }, { L'@', 0xFF2D, 0xFF33, 0x0020, 0xFF30, 0x30B4, 0x30B7, 0x30C3, 0x30AF, 0 } } + }, + { + L"ExampleFont.ttf", + L"JapaneseDisplayName|", + 1, + { + L"JapaneseFamilyName", + } } }; @@ -70,6 +78,14 @@ L"MS PGothic", L"@MS PGothic" } + }, + { + L"ExampleFont.ttf", + L"EnglishDisplayName|", + 1, + { + L"EnglishFamilyName", + } } };