Typeface Structure

Represents a typeface.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public readonly struct Typeface : IEquatable<Typeface>
Inheritance
Object    ValueType    Typeface
Implements
IEquatableTypeface

Properties

Default 
FontFamily Gets the font family.
GlyphTypeface Gets the glyph typeface.
Stretch Gets the font stretch.
Style Gets the font style.
Weight Gets the font weight.

Methods

Equals(Object)
(Overrides ValueTypeEquals(Object))
Equals(Typeface) 
GetHashCode
(Overrides ValueTypeGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

Operators

See Also