8 references to TextLine
Microsoft.Maui.Graphics.Skia (8)
SkiaTextLayout.cs (8)
101
List<
TextLine
> lines,
136
var
line = lines[i + startIndex];
154
List<
TextLine
> lines,
164
var
line = lines[i];
187
List<
TextLine
> lines,
194
foreach (
var
line in lines)
213
private List<
TextLine
> CreateLines(float y, float bottom, float width)
215
var lines = new List<
TextLine
>();