2 references to Height
System.Windows.Forms (2)
misc\GDI\WindowsFont.cs (1)
385
return string.Format(CultureInfo.CurrentCulture, "[{0}: Name={1}, Size={2} points, Height={3} pixels, Sytle={4}]", GetType().Name, logFont.lfFaceName, this.Size, this.
Height
, this.Style);
misc\GDI\WindowsGraphics2.cs (1)
320
float overhangPadding = tmpfont.
Height
/ 6f;