1 write to _textAttributes
Microsoft.Maui.Graphics.Skia (1)
SkiaTextLayout.cs (1)
42 _textAttributes = textAttributes;
14 references to _textAttributes
Microsoft.Maui.Graphics.Skia (14)
SkiaTextLayout.cs (14)
55 Typeface = _textAttributes.Font?.ToSKTypeface() ?? SKTypeface.Default, 56 Size = _textAttributes.FontSize 77 x += _textAttributes.Margin; 78 y += _textAttributes.Margin; 79 width -= (_textAttributes.Margin * 2); 80 height -= (_textAttributes.Margin * 2); 86 switch (_textAttributes.VerticalAlignment) 139 switch (_textAttributes.HorizontalAlignment) 149 _callback(point, _textAttributes, line.Value, 0, 0, 0); 170 switch (_textAttributes.HorizontalAlignment) 180 _callback(point, _textAttributes, line.Value, 0, 0, 0); 199 switch (_textAttributes.HorizontalAlignment) 209 _callback(point, _textAttributes, line.Value, 0, 0, 0); 223 if (_textFlow == TextFlow.ClipBounds && _textAttributes.VerticalAlignment == VerticalAlignment.Top && y > bottom)