Skip to main content

Class SKFontStyle

Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll

public sealed class SKFontStyle

Inheritance

objectSKFontStyle

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

SKFontStyle(SKFontStyleWeight, SKFontStyleWidth, SKFontStyleSlant)

public SKFontStyle(SKFontStyleWeight weight, SKFontStyleWidth width, SKFontStyleSlant slant)

Parameters

weight SKFontStyleWeight

width SKFontStyleWidth

slant SKFontStyleSlant

Properties

Bold

public static SKFontStyle Bold { get; }

Property Value

SKFontStyle

BoldItalic

public static SKFontStyle BoldItalic { get; }

Property Value

SKFontStyle

Italic

public static SKFontStyle Italic { get; }

Property Value

SKFontStyle

Normal

public static SKFontStyle Normal { get; }

Property Value

SKFontStyle

Slant

public SKFontStyleSlant Slant { get; }

Property Value

SKFontStyleSlant

Weight

public SKFontStyleWeight Weight { get; }

Property Value

SKFontStyleWeight

Width

public SKFontStyleWidth Width { get; }

Property Value

SKFontStyleWidth