<PackageReference Include="System.Drawing.Common" Version="11.0.0-preview.1.26104.118" />

Windows.Win32.Graphics.Gdi.HFONT

struct HFONT : IEquatable<HFONT>
namespace Windows.Win32.Graphics.Gdi { internal readonly struct HFONT : IEquatable<HFONT> { public unsafe static implicit operator void*(HFONT value); public unsafe static explicit operator HFONT(void* value); public static bool operator ==(HFONT left, HFONT right); public static bool operator !=(HFONT left, HFONT right); public bool Equals(HFONT other); public static implicit operator IntPtr(HFONT value); public static explicit operator HFONT(IntPtr value); public static explicit operator HFONT(UIntPtr value); public static implicit operator HGDIOBJ(HFONT value); } }