Class FontMatchingProperties

Class FontMatchingProperties

名称: Aspose.Html.Rendering.Fonts 编辑: Aspose.HTML.dll (25.4.0)

此类包含描述字体相匹配的属性。

[ComVisible(true)]
public class FontMatchingProperties

Inheritance

object FontMatchingProperties

继承人

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

Properties

FontFamilies

收到字体家庭的收藏。

public IEnumerable<string> FontFamilies { get; }

财产价值

IEnumerable < string >

FontStretch

收到字体伸展值。

public float FontStretch { get; }

财产价值

float

FontStyle

收到字体风格值. 此属性可以有这样的值:正常,意大利, oblique。

public string FontStyle { get; }

财产价值

string

FontWeight

得到字体重值。

public int FontWeight { get; }

财产价值

int

 中文