SKTextBlob.CreateRotationScale Method

Definition

Overloads

CreateRotationScale(ReadOnlySpan<Char>, SKFont, ReadOnlySpan<SKRotationScaleMatrix>)
CreateRotationScale(String, SKFont, ReadOnlySpan<SKRotationScaleMatrix>)
CreateRotationScale(ReadOnlySpan<Byte>, SKTextEncoding, SKFont, ReadOnlySpan<SKRotationScaleMatrix>)
CreateRotationScale(IntPtr, Int32, SKTextEncoding, SKFont, ReadOnlySpan<SKRotationScaleMatrix>)

CreateRotationScale(ReadOnlySpan<Char>, SKFont, ReadOnlySpan<SKRotationScaleMatrix>)

public static SkiaSharp.SKTextBlob CreateRotationScale (ReadOnlySpan<char> text, SkiaSharp.SKFont font, ReadOnlySpan<SkiaSharp.SKRotationScaleMatrix> positions);

Parameters

font
SKFont

Returns

Applies to

CreateRotationScale(String, SKFont, ReadOnlySpan<SKRotationScaleMatrix>)

public static SkiaSharp.SKTextBlob CreateRotationScale (string text, SkiaSharp.SKFont font, ReadOnlySpan<SkiaSharp.SKRotationScaleMatrix> positions);

Parameters

text
String
font
SKFont

Returns

Applies to

CreateRotationScale(ReadOnlySpan<Byte>, SKTextEncoding, SKFont, ReadOnlySpan<SKRotationScaleMatrix>)

public static SkiaSharp.SKTextBlob CreateRotationScale (ReadOnlySpan<byte> text, SkiaSharp.SKTextEncoding encoding, SkiaSharp.SKFont font, ReadOnlySpan<SkiaSharp.SKRotationScaleMatrix> positions);

Parameters

encoding
SKTextEncoding
font
SKFont

Returns

Applies to

CreateRotationScale(IntPtr, Int32, SKTextEncoding, SKFont, ReadOnlySpan<SKRotationScaleMatrix>)

public static SkiaSharp.SKTextBlob CreateRotationScale (IntPtr text, int length, SkiaSharp.SKTextEncoding encoding, SkiaSharp.SKFont font, ReadOnlySpan<SkiaSharp.SKRotationScaleMatrix> positions);

Parameters

text
IntPtr
length
Int32
encoding
SKTextEncoding
font
SKFont

Returns

Applies to