Linux does not support matching typefaces from streams

- see https://bugs.chromium.org/p/skia/issues/detail?id=8160
This commit is contained in:
Matthew Leibowitz 2018-07-20 11:22:33 +02:00
Родитель db80785b4b
Коммит bc85b16f22
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 3650EBE4AA155AF9
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -86,6 +86,8 @@ namespace SkiaSharp.Tests
{
if (IsMac)
throw new SkipException("macOS does not support matching typefaces.");
if (IsLinux)
throw new SkipException("Linux does not support matching typefaces from a typeface that was loaded from a stream.");
var fonts = SKFontManager.Default;