Skip to content

Commit 5c6f7a8

Browse files
No Arial on Linux
1 parent 11ef89b commit 5c6f7a8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/ImageSharp.Drawing.Tests/Issues/Issue-37.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ public class Issue_37
1313
[Fact]
1414
public void CanRenderLargeFont()
1515
{
16+
if (!TestEnvironment.IsWindows)
17+
{
18+
return;
19+
}
20+
1621
using (var image = new Image<Rgba32>(300, 200))
1722
{
1823
string text = "TEST text foiw|\\";

0 commit comments

Comments
 (0)