2 references to DpiY
System.Windows.Forms (2)
misc\GDI\WindowsFont.cs (2)
150
int pixelsY = (int) Math.Ceiling( WindowsGraphicsCacheManager.MeasurementGraphics.DeviceContext.
DpiY
* size / 72); // 1 point = 1/72 inch.;
554
this.fontSize = height * 72f / wg.DeviceContext.
DpiY
;