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