4 references to LOGFONT
System.Drawing (4)
misc\GDI\NativeMethods.cs (1)
317
public LOGFONT(
LOGFONT
lf )
misc\GDI\UnsafeNativeMethods.cs (3)
272
public static extern int IntGetObject(HandleRef hFont, int nSize, [In, Out] IntNativeMethods.
LOGFONT
lf);
273
public static int GetObject(HandleRef hFont, IntNativeMethods.
LOGFONT
lp)
275
int retVal = IntGetObject(hFont, System.Runtime.InteropServices.Marshal.SizeOf(typeof(IntNativeMethods.
LOGFONT
)), lp);