SKTypeface.OpenStream 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.
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.