Edit

Share via


SKPaint.GetGlyphOffsets Method

Definition

Overloads

GetGlyphOffsets(IntPtr, Int32, Single)

public float[] GetGlyphOffsets(IntPtr text, int length, float origin = 0);

Parameters

text
IntPtr
length
Int32
origin
Single

Returns

Single[]

Applies to

GetGlyphOffsets(String, Single)

public float[] GetGlyphOffsets(string text, float origin = 0);

Parameters

text
String
origin
Single

Returns

Single[]

Applies to

GetGlyphOffsets(ReadOnlySpan<Char>, Single)

public float[] GetGlyphOffsets(ReadOnlySpan<char> text, float origin = 0);

Parameters

origin
Single

Returns

Single[]

Applies to

GetGlyphOffsets(ReadOnlySpan<Byte>, Single)

public float[] GetGlyphOffsets(ReadOnlySpan<byte> text, float origin = 0);

Parameters

origin
Single

Returns

Single[]

Applies to