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
이 속성은 다음과 같은 값을 가질 수 있습니다 : 정상, 이탈리아, oblique.
public string FontStyle { get; }
부동산 가치
FontWeight
글꼴 무게의 가치를 얻습니다.
public int FontWeight { get; }