Linux does not support matching typefaces from streams
- see https://bugs.chromium.org/p/skia/issues/detail?id=8160
This commit is contained in:
Родитель
db80785b4b
Коммит
bc85b16f22
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче