2 references to TEXTMETRIC
System.Drawing (2)
misc\GDI\UnsafeNativeMethods.cs (2)
589public static extern int GetTextMetricsW(HandleRef hDC, [In, Out] ref IntNativeMethods.TEXTMETRIC lptm); 595public static int GetTextMetrics(HandleRef hDC, ref IntNativeMethods.TEXTMETRIC lptm)