SKTextBlobBuilder.AddRun
- void AddRun(const(ushort)[] glyphs, SKFont font, SKPoint origin)
- void AddRun(SKPaint font, float x, float y, ushort[] glyphs, string text, uint[] clusters)
- void AddRun(SKPaint font, float x, float y, ushort[] glyphs, string text, uint[] clusters, SKRect bounds)
- void AddRun(SKPaint font, float x, float y, ushort[] glyphs)
- void AddRun(SKPaint font, float x, float y, ushort[] glyphs, SKRect bounds)
- void AddRun(SKPaint font, float x, float y, ushort[] glyphs, byte[] text, uint[] clusters)
- void AddRun(SKPaint font, float x, float y, ushort[] glyphs, byte[] text, uint[] clusters, SKRect bounds)
- void AddRun(SKPaint font, float x, float y, const(ushort)[] glyphs)
- void AddRun(SKPaint font, float x, float y, const(ushort)[] glyphs, const(byte)[] text, const(uint)[] clusters)