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