1 write to _lineHeight
Microsoft.Maui.Graphics.Skia (1)
SkiaTextLayout.cs (1)
49 _lineHeight = _paint.FontSpacing;
8 references to _lineHeight
Microsoft.Maui.Graphics.Skia (8)
SkiaTextLayout.cs (8)
103 var maxLines = Math.Floor(height / _lineHeight); 113 y -= _lineHeight / 2; 118 y -= _lineHeight; 127 y += _lineHeight; 158 if (_textFlow == TextFlow.ClipBounds && y - _lineHeight < top) 174 y -= _lineHeight; 188 y += _lineHeight; 213 y += _lineHeight;