Method DrawText
DrawText(SKCanvas, ReadOnlySpan<char>, PointD, Font, Color, Color)
Draws text with the specified parameters.
public static void DrawText(this SKCanvas canvas, ReadOnlySpan<char> s, PointD location, Font font, Color foreColor, Color backColor)