2 references to _lfFaceName
System.Drawing.Common (2)
System\Drawing\Interop\LOGFONT.cs (2)
33internal readonly bool IsGdiVerticalFont => _lfFaceName[0] == '@'; 38public Span<char> lfFaceName => MemoryMarshal.CreateSpan(ref _lfFaceName[0], (int)PInvokeCore.LF_FACESIZE);