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