Class FontMatchingProperties
Class FontMatchingProperties
Il nome: Aspose.Html.Rendering.Fonts Assemblaggio: Aspose.HTML.dll (25.4.0)
Questa classe contiene proprietà che descrivono il font che viene corrisposto.
[ComVisible(true)]
public class FontMatchingProperties
Inheritance
object ← FontMatchingProperties
I membri ereditari
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
FontFamilies
Riceve la raccolta delle famiglie di font.
public IEnumerable<string> FontFamilies { get; }
Valore di proprietà
IEnumerable di < string >
FontStretch
Riceve il valore di stretch.
public float FontStretch { get; }
Valore di proprietà
FontStyle
Questa proprietà può avere tali valori: normale, italiano, oblique.
public string FontStyle { get; }
Valore di proprietà
FontWeight
Riceve il valore del peso della font.
public int FontWeight { get; }