Class FontMatchingProperties
Class FontMatchingProperties
Namn på plats: Aspose.Html.Rendering.Fonts Sammanfattning: Aspose.HTML.dll (25.4.0)
Denna klass innehåller egenskaper som beskriver fontten som matchar.
[ComVisible(true)]
public class FontMatchingProperties
Inheritance
object ← FontMatchingProperties
Arvsmedlemmar
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
FontFamilies
Få samlingen av fontfamiljer.
public IEnumerable<string> FontFamilies { get; }
Fastighetsvärde
IEnumerable ochlt; string >
FontStretch
Få font stretch värde.
public float FontStretch { get; }
Fastighetsvärde
FontStyle
Denna egenskap kan ha sådana värden: normal, italiensk, oblique.
public string FontStyle { get; }
Fastighetsvärde
FontWeight
Få font vikt värde.
public int FontWeight { get; }