SKTypeface.OpenStream Method

Definition

Overloads

OpenStream()

Returns a stream for the contents of the font data.

OpenStream(Int32)

Returns a stream for the contents of the font data.

OpenStream()

Returns a stream for the contents of the font data.

public SkiaSharp.SKStreamAsset OpenStream ();

Returns

Returns a stream for the contents of the font data, or null on failure.

Remarks

The caller is responsible for deleting the stream.

Applies to

OpenStream(Int32)

Returns a stream for the contents of the font data.

public SkiaSharp.SKStreamAsset OpenStream (out int ttcIndex);

Parameters

ttcIndex
Int32

The TrueTypeCollection index of this typeface within the stream, or 0 if the stream is not a collection.

Returns

Returns a stream for the contents of the font data, or null on failure.

Remarks

The caller is responsible for deleting the stream.

Applies to