1 write to lfHeight
System.Windows.Forms (1)
System\Windows\Forms\Rendering\FontCache.Data.cs (1)
91
lfHeight
= -pixelsY,
4 references to lfHeight
System.Windows.Forms.Primitives (3)
System\Windows\Forms\Automation\UiaTextRange.cs (3)
364
Rectangle endlineRectangle = new(endlinePoint.X, endlinePoint.Y + 2, UiaTextProvider.EndOfLineWidth, Math.Abs(_provider.Logfont.
lfHeight
) + 1);
745
int lineHeight = Math.Abs(_provider.Logfont.
lfHeight
);
889
return Math.Round((double)(-logfont.
lfHeight
) * 72 / lpy);
System.Windows.Forms.Primitives.TestUtilities (1)
Metafiles\RecordTypes\EMREXTCREATEFONTINDIRECTW.cs (1)
18
=> $@"[{nameof(EMREXTCREATEFONTINDIRECTW)}] Index: {ihFont} FaceName: '{elfw.elfLogFont.FaceName.ToString()}' Height: {elfw.elfLogFont.
lfHeight
} Weight: FW_{elfw.elfLogFont.lfWeight}";