SKTextBlobBuilder.AllocateRun Method

Definition

Overloads

AllocateRun(SKPaint, Int32, Single, Single)
Obsolete.
AllocateRun(SKFont, Int32, Single, Single, Nullable<SKRect>)
AllocateRun(SKPaint, Int32, Single, Single, Int32)
Obsolete.
AllocateRun(SKPaint, Int32, Single, Single, Nullable<SKRect>)
Obsolete.
AllocateRun(SKPaint, Int32, Single, Single, Int32, Nullable<SKRect>)
Obsolete.

AllocateRun(SKPaint, Int32, Single, Single)

Caution

Use AllocateRun (SKFont, int, float, float, SKRect?) instead.

public SkiaSharp.SKRunBuffer AllocateRun (SkiaSharp.SKPaint font, int count, float x, float y);
[System.Obsolete("Use AllocateRun (SKFont, int, float, float, SKRect?) instead.")]
public SkiaSharp.SKRunBuffer AllocateRun (SkiaSharp.SKPaint font, int count, float x, float y);

Parameters

font
SKPaint
count
Int32
x
Single
y
Single

Returns

Attributes

Applies to

AllocateRun(SKFont, Int32, Single, Single, Nullable<SKRect>)

public SkiaSharp.SKRunBuffer AllocateRun (SkiaSharp.SKFont font, int count, float x, float y, SkiaSharp.SKRect? bounds = default);

Parameters

font
SKFont
count
Int32
x
Single
y
Single
bounds
Nullable<SKRect>

Returns

Applies to

AllocateRun(SKPaint, Int32, Single, Single, Int32)

Caution

Use AllocateRun (SKFont, int, float, float, SKRect?) instead.

public SkiaSharp.SKRunBuffer AllocateRun (SkiaSharp.SKPaint font, int count, float x, float y, int textByteCount);
[System.Obsolete("Use AllocateRun (SKFont, int, float, float, SKRect?) instead.")]
public SkiaSharp.SKRunBuffer AllocateRun (SkiaSharp.SKPaint font, int count, float x, float y, int textByteCount);

Parameters

font
SKPaint
count
Int32
x
Single
y
Single
textByteCount
Int32

Returns

Attributes

Applies to

AllocateRun(SKPaint, Int32, Single, Single, Nullable<SKRect>)

Caution

Use AllocateRun (SKFont, int, float, float, SKRect?) instead.

public SkiaSharp.SKRunBuffer AllocateRun (SkiaSharp.SKPaint font, int count, float x, float y, SkiaSharp.SKRect? bounds);
[System.Obsolete("Use AllocateRun (SKFont, int, float, float, SKRect?) instead.")]
public SkiaSharp.SKRunBuffer AllocateRun (SkiaSharp.SKPaint font, int count, float x, float y, SkiaSharp.SKRect? bounds);

Parameters

font
SKPaint
count
Int32
x
Single
y
Single
bounds
Nullable<SKRect>

Returns

Attributes

Applies to

AllocateRun(SKPaint, Int32, Single, Single, Int32, Nullable<SKRect>)

Caution

Use AllocateRun (SKFont, int, float, float, SKRect?) instead.

public SkiaSharp.SKRunBuffer AllocateRun (SkiaSharp.SKPaint font, int count, float x, float y, int textByteCount, SkiaSharp.SKRect? bounds);
[System.Obsolete("Use AllocateRun (SKFont, int, float, float, SKRect?) instead.")]
public SkiaSharp.SKRunBuffer AllocateRun (SkiaSharp.SKPaint font, int count, float x, float y, int textByteCount, SkiaSharp.SKRect? bounds);

Parameters

font
SKPaint
count
Int32
x
Single
y
Single
textByteCount
Int32
bounds
Nullable<SKRect>

Returns

Attributes

Applies to