SKTextBlob.Create 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
Create(ReadOnlySpan<Char>, SKFont, SKPoint) | |
Create(String, SKFont, SKPoint) | |
Create(ReadOnlySpan<Byte>, SKTextEncoding, SKFont, SKPoint) | |
Create(IntPtr, Int32, SKTextEncoding, SKFont, SKPoint) |
Create(ReadOnlySpan<Char>, SKFont, SKPoint)
public static SkiaSharp.SKTextBlob Create (ReadOnlySpan<char> text, SkiaSharp.SKFont font, SkiaSharp.SKPoint origin = default);
Parameters
- text
- ReadOnlySpan<Char>
- font
- SKFont
- origin
- SKPoint
Returns
Applies to
Create(String, SKFont, SKPoint)
Create(ReadOnlySpan<Byte>, SKTextEncoding, SKFont, SKPoint)
public static SkiaSharp.SKTextBlob Create (ReadOnlySpan<byte> text, SkiaSharp.SKTextEncoding encoding, SkiaSharp.SKFont font, SkiaSharp.SKPoint origin = default);
Parameters
- text
- ReadOnlySpan<Byte>
- encoding
- SKTextEncoding
- font
- SKFont
- origin
- SKPoint
Returns
Applies to
Create(IntPtr, Int32, SKTextEncoding, SKFont, SKPoint)
public static SkiaSharp.SKTextBlob Create (IntPtr text, int length, SkiaSharp.SKTextEncoding encoding, SkiaSharp.SKFont font, SkiaSharp.SKPoint origin = default);
Parameters
- text
- IntPtr
- length
- Int32
- encoding
- SKTextEncoding
- font
- SKFont
- origin
- SKPoint
Returns
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.