Skip to main content

Typeface(FontFamily, FontStyle, FontWeight, FontStretch) Constructor

Initializes a new instance of the Typeface class.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public Typeface(
FontFamily fontFamily,
FontStyle style = FontStyle.Normal,
FontWeight weight = FontWeight.Normal,
FontStretch stretch = FontStretch.Normal
)
View Source

Parameters

  FontFamily
The font family.
  FontStyle  (Optional)
The font style.
  FontWeight  (Optional)
The font weight.
  FontStretch  (Optional)
The font stretch.

See Also

Reference

Typeface Structure
Typeface Overload
Avalonia.Media Namespace