2 references to IntCreateFontIndirect
System.Drawing (2)
commonui\System\Drawing\Advanced\Font.cs (1)
896
IntPtr handle = IntUnsafeNativeMethods.
IntCreateFontIndirect
(lf);
misc\GDI\UnsafeNativeMethods.cs (1)
242
IntPtr hFont = System.Internal.HandleCollector.Add(
IntCreateFontIndirect
(lf), IntSafeNativeMethods.CommonHandles.GDI);