Class FontMatchingProperties

Class FontMatchingProperties

Namespace: Aspose.Html.Rendering.Fonts
Assembly: Aspose.HTML.dll (25.2.0)

This class contains properties which describe the font being matched.

[ComVisible(true)]
public class FontMatchingProperties

Inheritance

objectFontMatchingProperties

Inherited Members

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

Properties

FontFamilies

Gets the collection of font families.

public IEnumerable<string> FontFamilies { get; }

Property Value

IEnumerable<string&gt;

FontStretch

Gets the font stretch value.

public float FontStretch { get; }

Property Value

float

FontStyle

Gets the font style value. This property can have such values: normal, italic, oblique.

public string FontStyle { get; }

Property Value

string

FontWeight

Gets the font weight value.

public int FontWeight { get; }

Property Value

int