Struct SKTextBlobBuilder.PositionedRunBuffer
Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll
public readonly struct SKTextBlobBuilder.PositionedRunBuffer
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
SetGlyphs(ReadOnlySpan<ushort>)
public void SetGlyphs(ReadOnlySpan<ushort> glyphs)
Parameters
glyphs
ReadOnlySpan<ushort>
SetGlyphs(ushort[])
public void SetGlyphs(ushort[] glyphs)
Parameters
glyphs
ushort[]
SetPositions(ReadOnlySpan<SKPoint>)
public void SetPositions(ReadOnlySpan<SKPoint> positions)
Parameters
positions
ReadOnlySpan<SKPoint>
SetPositions(SKPoint[])
public void SetPositions(SKPoint[] positions)
Parameters
positions
SKPoint[]