1 instantiation of TextLine
Microsoft.Maui.Graphics.Skia (1)
SkiaTextLayout.cs (1)
246 lines.Add(new TextLine(line.ToString(), textWidth));
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>();