2 references to GetEmHeight
System.Drawing.Common.Tests (2)
System\Drawing\FontFamilyTests.cs (2)
183
Assert.Equal(2048, fontFamily.
GetEmHeight
(style));
208
AssertExtensions.Throws<ArgumentException>(null, () => family.
GetEmHeight
(FontStyle.Italic));