SKFontStyleSet.CreateTypeface Method

Definition

Overloads

CreateTypeface(SKFontStyle)

Creates a new SKTypeface with a style that is the closest match to the specified font style.

CreateTypeface(Int32)

Creates a new SKTypeface with the style that is the closest match to the style at the specified index.

CreateTypeface(SKFontStyle)

Creates a new SKTypeface with a style that is the closest match to the specified font style.

public SkiaSharp.SKTypeface CreateTypeface (SkiaSharp.SKFontStyle style);

Parameters

style
SKFontStyle

The font style to match.

Returns

Returns the new SKTypeface.

Applies to

CreateTypeface(Int32)

Creates a new SKTypeface with the style that is the closest match to the style at the specified index.

public SkiaSharp.SKTypeface CreateTypeface (int index);

Parameters

index
Int32

The index of the font style to match.

Returns

Returns the new SKTypeface.

Applies to