Skip to main content

Class SKTextBlobBuilder

Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll

public sealed class SKTextBlobBuilder : IDisposable

Inheritance

objectSKTextBlobBuilder

Implements

IDisposable

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Methods

AllocatePositionedRun(SKFont, int)

public SKTextBlobBuilder.PositionedRunBuffer AllocatePositionedRun(SKFont font, int glyphCount)

Parameters

font SKFont

glyphCount int

Returns

SKTextBlobBuilder.PositionedRunBuffer

Build()

public SKTextBlob? Build()

Returns

SKTextBlob?

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()