SKTextBlobBuilder.AddPositionedRun Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a new fully-positioned run to the builder.
public void AddPositionedRun(ReadOnlySpan<ushort> glyphs, SkiaSharp.SKFont font, ReadOnlySpan<SkiaSharp.SKPoint> positions);
Parameters
- glyphs
- ReadOnlySpan<UInt16>
The glyph IDs for this run.
- font
- SKFont
The font used for this run.
- positions
- ReadOnlySpan<SKPoint>
The positions for each glyph.