Windows 7 has a different font

This commit is contained in:
Matthew Leibowitz 2017-02-21 05:47:34 +02:00
Родитель d6dfb029ab
Коммит b9dfed6fa5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -110,7 +110,7 @@ namespace SkiaSharp.Tests
else if (IsMac)
Assert.AreEqual("Apple Color Emoji", typeface.FamilyName);
else if (IsWindows)
Assert.AreEqual("Segoe UI Emoji", typeface.FamilyName);
Assert.Contains(typeface.FamilyName, new[] { "Segoe UI Emoji", "Segoe UI Symbol" });
}
}