Windows.Win32.Graphics.Gdi.LOGFONTW
struct LOGFONTW
Defines the attributes of a font. (LOGFONTW)
namespace Windows.Win32.Graphics.Gdi
{
internal struct LOGFONTW
{
public ReadOnlySpan<char> FaceName { get; set; }
}
}