SKTextBlobBuilder.AllocateHorizontalRun Method

Definition

Overloads

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

AllocateHorizontalRun(SKPaint, Int32, Single)

Caution

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

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

Parameters

font
SKPaint
count
Int32
y
Single

Returns

Attributes

Applies to

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

public SkiaSharp.SKHorizontalRunBuffer AllocateHorizontalRun (SkiaSharp.SKFont font, int count, float y, SkiaSharp.SKRect? bounds = default);

Parameters

font
SKFont
count
Int32
y
Single
bounds
Nullable<SKRect>

Returns

Applies to

AllocateHorizontalRun(SKPaint, Int32, Single, Int32)

Caution

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

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

Parameters

font
SKPaint
count
Int32
y
Single
textByteCount
Int32

Returns

Attributes

Applies to

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

Caution

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

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

Parameters

font
SKPaint
count
Int32
y
Single
bounds
Nullable<SKRect>

Returns

Attributes

Applies to

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

Caution

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

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

Parameters

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

Returns

Attributes

Applies to