Table of Contents

API diff: HarfBuzzSharp.dll

HarfBuzzSharp.dll

Namespace HarfBuzzSharp

Type Changed: HarfBuzzSharp.Blob

Removed constructor:

[Obsolete ("Use Blob(IntPtr, int, MemoryMode, ReleaseDelegate) instead.")]
public Blob (IntPtr data, uint length, MemoryMode mode, object userData, BlobReleaseDelegate releaseDelegate);

Removed method:

public System.ReadOnlySpan<byte> AsSpan ();

Added method:

public System.Span<byte> AsSpan ();