1 implementation of ITextAttributes
Microsoft.Maui.Graphics (1)
StandardTextAttributes.cs (1)
3 public class StandardTextAttributes : ITextAttributes
5 references to ITextAttributes
Microsoft.Maui.Graphics (1)
LayoutLine.cs (1)
5 public delegate void LayoutLine(PointF aPoint, ITextAttributes aTextual, string aText, float aAscent, float aDescent, float aLeading);
Microsoft.Maui.Graphics.Skia (4)
SkiaCanvas.cs (1)
677 void DrawLineCallback(PointF point, ITextAttributes textual, string text, float ascent, float descent, float leading)
SkiaTextLayout.cs (3)
11 private readonly ITextAttributes _textAttributes; 25 ITextAttributes textAttributes, 36 ITextAttributes textAttributes,