We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9ead4 commit 9dbf36eCopy full SHA for 9dbf36e
1 file changed
tests/ImageSharp.Drawing.Tests/Issues/Issue_28.cs
@@ -93,18 +93,5 @@ public void DrawingLineAtRightShouldDisplay()
93
Assert.Equal(this.red, image[l.x, l.y]);
94
});
95
}
96
-
97
- //public void DrawWithSystemDrawing()
98
- //{
99
- // GraphicsPath p = new GraphicsPath();
100
- // p.AddString(
101
- // "My Text String", // text to draw
102
- // FontFamily.GenericSansSerif, // or any other font family
103
- // (int)FontStyle.Regular, // font style (bold, italic, etc.)
104
- // g.DpiY * fontSize / 72, // em size
105
- // new Point(0, 0), // location where to draw text
106
- // new StringFormat()); // set options here (e.g. center alignment)
107
- // g.DrawPath(Pens.Black, p);
108
- //}
109
110
0 commit comments