7 references to NativeFont
System.Drawing.Common (7)
System\Drawing\Font.cs (3)
209PInvokeGdiPlus.GdipGetFontHeight(NativeFont, graphics.Pointer(), &height).ThrowIfFailed(); 218PInvokeGdiPlus.GdipGetFontHeightGivenDPI(NativeFont, dpi, &height).ThrowIfFailed(); 310PInvokeGdiPlus.GdipGetLogFont(NativeFont, graphics.Pointer(), (LOGFONTW*)lf).ThrowIfFailed();
System\Drawing\Graphics.cs (3)
1750font.NativeFont, 1812font.NativeFont, 1980font.NativeFont,
System\Drawing\PointerExtensions.cs (1)
26public static GpFont* Pointer(this Font? font) => font is null ? null : font.NativeFont;