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; }
不動産価値
FontStyle
この属性は、そのような値を持つことができます:正常、イタリア語、オブリック。
public string FontStyle { get; }
不動産価値
FontWeight
文字重量の値を得る。
public int FontWeight { get; }