Class SKFontStyle
Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll
public sealed class SKFontStyle
Inheritance
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
BoldItalic
public static SKFontStyle BoldItalic { get; }
Property Value
Italic
public static SKFontStyle Italic { get; }
Property Value
Normal
public static SKFontStyle Normal { get; }
Property Value
Slant
public SKFontStyleSlant Slant { get; }
Property Value
Weight
public SKFontStyleWeight Weight { get; }
Property Value
Width
public SKFontStyleWidth Width { get; }