|
|
@ -25,7 +25,7 @@ namespace SixLabors.ImageSharp.Tests.Drawing.Text |
|
|
private const string TestText = "Sphinx of black quartz, judge my vow\n0123456789"; |
|
|
private const string TestText = "Sphinx of black quartz, judge my vow\n0123456789"; |
|
|
|
|
|
|
|
|
public static ImageComparer TextDrawingComparer = ImageComparer.TolerantPercentage(1e-5f); |
|
|
public static ImageComparer TextDrawingComparer = ImageComparer.TolerantPercentage(1e-5f); |
|
|
public static ImageComparer OutlinedTextDrawingComparer = ImageComparer.TolerantPercentage(1e-4f); |
|
|
public static ImageComparer OutlinedTextDrawingComparer = ImageComparer.TolerantPercentage(5e-4f); |
|
|
|
|
|
|
|
|
public DrawTextOnImageTests(ITestOutputHelper output) |
|
|
public DrawTextOnImageTests(ITestOutputHelper output) |
|
|
{ |
|
|
{ |
|
|
|