SKTextBlobBuilder.AddPositionedRun
- void AddPositionedRun(const(ushort)[] glyphs, SKFont font, const(SKPoint)[] positions)
- void AddPositionedRun(SKPaint font, ushort[] glyphs, SKPoint[] positions, string text, uint[] clusters)
- void AddPositionedRun(SKPaint font, ushort[] glyphs, SKPoint[] positions, string text, uint[] clusters, SKRect bounds)
- void AddPositionedRun(SKPaint font, ushort[] glyphs, SKPoint[] positions)
- void AddPositionedRun(SKPaint font, ushort[] glyphs, SKPoint[] positions, SKRect bounds)
- void AddPositionedRun(SKPaint font, ushort[] glyphs, SKPoint[] positions, byte[] text, uint[] clusters)
- void AddPositionedRun(SKPaint font, ushort[] glyphs, SKPoint[] positions, byte[] text, uint[] clusters, SKRect bounds)
- void AddPositionedRun(SKPaint font, const(ushort)[] glyphs, const(SKPoint)[] positions)
- void AddPositionedRun(SKPaint font, const(ushort)[] glyphs, const(SKPoint)[] positions, const(byte)[] text, const(uint)[] clusters)