2 references to lfFaceName
System.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\LOGFONTW.cs (2)
12
get =>
lfFaceName
.AsSpan().SliceAtFirstNull();
13
set => SpanHelpers.CopyAndTerminate(value,
lfFaceName
.AsSpan());