1 instantiation of TextLine
Microsoft.Maui.Graphics.Skia (1)
SkiaTextLayout.cs (1)
236
lines.Add(new
TextLine
(line, textWidth));
8 references to TextLine
Microsoft.Maui.Graphics.Skia (8)
SkiaTextLayout.cs (8)
93
List<
TextLine
> lines,
128
var
line = lines[i + startIndex];
146
List<
TextLine
> lines,
156
var
line = lines[i];
179
List<
TextLine
> lines,
186
foreach (
var
line in lines)
205
private List<
TextLine
> CreateLines(float y, float bottom, float width)
207
var lines = new List<
TextLine
>();