4 references to GenericTypographic
System.Drawing.Common.Tests (4)
mono\System.Drawing\GraphicsTests.cs (1)
2008
using StringFormat format = StringFormat.
GenericTypographic
;
System\Drawing\Drawing2D\GraphicsPathTests.cs (1)
1046
gp3.AddString("mono", FontFamily.GenericMonospace, 0, 10, new RectangleF(10f, 10f, 10f, 10f), StringFormat.
GenericTypographic
);
System\Drawing\StringFormatTests.cs (2)
407
StringFormat format = StringFormat.
GenericTypographic
;
408
Assert.NotSame(format, StringFormat.
GenericTypographic
);