BlobExtensions.ToHarfBuzzBlob(SKStreamAsset) 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.
Converts a seekable stream into a Blob.
public static HarfBuzzSharp.Blob ToHarfBuzzBlob(this SkiaSharp.SKStreamAsset asset);
Parameters
- asset
- SKStreamAsset
The stream to convert into a Blob.
Returns
Returns the new Blob instance.