Class FontDescriptor
Class FontDescriptor
이름 공간 : Aspose.Tasks.Visualization 모임: Aspose.Tasks.dll (25.4.0)
포인트 정보를 제공합니다.
public sealed class FontDescriptor
Inheritance
상속 회원들
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
FontDescriptor(플로트, 플로트)
Aspose.Tasks.Visualization.FontDescriptor 클래스와 지정된 글꼴 가족과 크기의 새로운 예를 시작합니다.
public FontDescriptor(string fontFamily, float size)
Parameters
fontFamily
string
글꼴 가족의 이름입니다.
size
float
글꼴의 크기
FontDescriptor(링크, 플로이트, FontStyles)
Aspose.Tasks.Visualization.FontDescriptor 클래스의 새로운 사례를 지정한 글꼴 가족, 크기 및 스타일로 시작합니다.
public FontDescriptor(string fontFamily, float size, FontStyles style)
Parameters
fontFamily
string
글꼴 가족의 이름입니다.
size
float
글꼴의 크기
style
FontStyles
글꼴의 스타일입니다.
FontDescriptor(글쓰기, 글쓰기 스타일)
Aspose.Tasks.Visualization.FontDescriptor 클래스의 새로운 사례를 지정한 글꼴과 스타일로 시작합니다.
public FontDescriptor(FontDescriptor font, FontStyles style)
Parameters
font
FontDescriptor
Aspose.Tasks.Visualization.FontDescriptor을 복사하려면
style
FontStyles
글꼴의 스타일입니다.
Properties
FontFamily
글꼴의 가족의 이름을 얻습니다.
public string FontFamily { get; }
부동산 가치
Size
그것은 글꼴의 크기를 얻습니다.
public float Size { get; }
부동산 가치
Style
그것은 글꼴의 스타일을 얻습니다.
public FontStyles Style { get; }