SKTextBlob Class

Definition

Represents multiple text runs of glyphs and positions.

public class SKTextBlob : SkiaSharp.SKObject
Inheritance

Properties

Bounds

Gets the conservative blob bounding box.

Handle

Gets or sets the handle to the underlying native object.

(Inherited from SKObject)
IgnorePublicDispose

Gets or sets a value indicating whether the call the public Dispose() should be no-op.

(Inherited from SKNativeObject)
IsDisposed

Gets or sets a value indicating whether the object has already been disposed.

(Inherited from SKNativeObject)
OwnsHandle

Gets a value indicating whether this object should destroy the underlying native object.

(Inherited from SKObject)
UniqueId

Gets the unique, non-zero value representing the text blob.

Methods

CountIntercepts(Single, Single, SKPaint)
Create(IntPtr, Int32, SKTextEncoding, SKFont, SKPoint)
Create(ReadOnlySpan<Byte>, SKTextEncoding, SKFont, SKPoint)
Create(ReadOnlySpan<Char>, SKFont, SKPoint)
Create(String, SKFont, SKPoint)
CreateHorizontal(IntPtr, Int32, SKTextEncoding, SKFont, ReadOnlySpan<Single>, Single)
CreateHorizontal(ReadOnlySpan<Byte>, SKTextEncoding, SKFont, ReadOnlySpan<Single>, Single)
CreateHorizontal(ReadOnlySpan<Char>, SKFont, ReadOnlySpan<Single>, Single)
CreateHorizontal(String, SKFont, ReadOnlySpan<Single>, Single)
CreatePathPositioned(IntPtr, Int32, SKTextEncoding, SKFont, SKPath, SKTextAlign, SKPoint)
CreatePathPositioned(ReadOnlySpan<Byte>, SKTextEncoding, SKFont, SKPath, SKTextAlign, SKPoint)
CreatePathPositioned(ReadOnlySpan<Char>, SKFont, SKPath, SKTextAlign, SKPoint)
CreatePathPositioned(String, SKFont, SKPath, SKTextAlign, SKPoint)
CreatePositioned(IntPtr, Int32, SKTextEncoding, SKFont, ReadOnlySpan<SKPoint>)
CreatePositioned(ReadOnlySpan<Byte>, SKTextEncoding, SKFont, ReadOnlySpan<SKPoint>)
CreatePositioned(ReadOnlySpan<Char>, SKFont, ReadOnlySpan<SKPoint>)
CreatePositioned(String, SKFont, ReadOnlySpan<SKPoint>)
CreateRotationScale(IntPtr, Int32, SKTextEncoding, SKFont, ReadOnlySpan<SKRotationScaleMatrix>)
CreateRotationScale(ReadOnlySpan<Byte>, SKTextEncoding, SKFont, ReadOnlySpan<SKRotationScaleMatrix>)
CreateRotationScale(ReadOnlySpan<Char>, SKFont, ReadOnlySpan<SKRotationScaleMatrix>)
CreateRotationScale(String, SKFont, ReadOnlySpan<SKRotationScaleMatrix>)
Dispose()

Releases all resources used by this SKNativeObject.

(Inherited from SKNativeObject)
Dispose(Boolean)

Releases the unmanaged resources used by the SKTextBlob and optionally releases the managed resources.

DisposeInternal()

Triggers a dispose, ignoring the value of IgnorePublicDispose.

(Inherited from SKNativeObject)
DisposeManaged()

Implemented by derived SKObject types to destroy any managed objects.

(Inherited from SKObject)
DisposeNative()

Implemented by derived SKObject types to destroy any native objects.

(Inherited from SKObject)
DisposeUnownedManaged() (Inherited from SKObject)
GetIntercepts(Single, Single, SKPaint)
GetIntercepts(Single, Single, Span<Single>, SKPaint)

Applies to