1 write to _textAttributes
Microsoft.Maui.Graphics.Skia (1)
16 references to _textAttributes
Microsoft.Maui.Graphics.Skia (16)
SkiaTextLayout.cs (16)
40 Typeface = _textAttributes?.Font?.ToSKTypeface() ?? SKTypeface.Default,
41 TextSize = _textAttributes.FontSize
62 x += _textAttributes.Margin;
63 y += _textAttributes.Margin;
64 width -= (_textAttributes.Margin * 2);
65 height -= (_textAttributes.Margin * 2);
70 if (_textAttributes.HorizontalAlignment == HorizontalAlignment.Right)
72 else if (_textAttributes.HorizontalAlignment == HorizontalAlignment.Center)
76 switch (_textAttributes.VerticalAlignment)
131 switch (_textAttributes.HorizontalAlignment)
141 _callback(point, _textAttributes, line.Value, 0, 0, 0);
162 switch (_textAttributes.HorizontalAlignment)
172 _callback(point, _textAttributes, line.Value, 0, 0, 0);
191 switch (_textAttributes.HorizontalAlignment)
201 _callback(point, _textAttributes, line.Value, 0, 0, 0);
215 if (_textFlow == TextFlow.ClipBounds && _textAttributes.VerticalAlignment == VerticalAlignment.Top && y > bottom)