Class FontMatchingProperties
Class FontMatchingProperties
Namespace: Aspose.Html.Rendering.Fonts
Assembly: Aspose.HTML.dll (25.4.0)
This class contains properties which describe the font being matched.
[ComVisible(true)]
public class FontMatchingProperties
Inheritance
object ← FontMatchingProperties
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 >
FontStretch
Gets the font stretch value.
public float FontStretch { get; }
Property Value
FontStyle
Gets the font style value. This property can have such values: normal, italic, oblique.
public string FontStyle { get; }
Property Value
FontWeight
Gets the font weight value.
public int FontWeight { get; }