1 write to _lineHeight
Microsoft.Maui.Graphics.Skia (1)
SkiaTextLayout.cs (1)
64 _lineHeight = _font.Spacing;
8 references to _lineHeight
Microsoft.Maui.Graphics.Skia (8)
SkiaTextLayout.cs (8)
111 var maxLines = Math.Floor(height / _lineHeight); 121 y -= _lineHeight / 2; 126 y -= _lineHeight; 135 y += _lineHeight; 166 if (_textFlow == TextFlow.ClipBounds && y - _lineHeight < top) 182 y -= _lineHeight; 196 y += _lineHeight; 221 y += _lineHeight;