TextStyle
내용물
[
숨다
]TextStyle()
의 새 인스턴스를 초기화합니다.TextStyle 기본 설정의 클래스.
public TextStyle()
또한보십시오
- class TextStyle
- 네임스페이스 Aspose.Tasks.Visualization
- 집회 Aspose.Tasks
TextStyle(float, FontStyles)
의 새 인스턴스를 초기화합니다.TextStyle 기본 글꼴과 지정된 글꼴 크기 및 스타일이 있는 클래스.
public TextStyle(float fontSize, FontStyles fontStyle)
| 모수 | 유형 | 설명 |
|---|---|---|
| fontSize | Single | TextStyle의 글꼴 크기입니다. |
| fontStyle | FontStyles | TextStyle의 글꼴 스타일입니다. |
또한보십시오
- enum FontStyles
- class TextStyle
- 네임스페이스 Aspose.Tasks.Visualization
- 집회 Aspose.Tasks
TextStyle(FontStyles)
의 새 인스턴스를 초기화합니다.TextStyle 기본 글꼴 및 지정된 글꼴 스타일이 있는 클래스.
public TextStyle(FontStyles fontStyle)
| 모수 | 유형 | 설명 |
|---|---|---|
| fontStyle | FontStyles | 기본 글꼴에 적용할 글꼴 스타일입니다. |
또한보십시오
- enum FontStyles
- class TextStyle
- 네임스페이스 Aspose.Tasks.Visualization
- 집회 Aspose.Tasks
TextStyle(FontDescriptor)
의 새 인스턴스를 초기화합니다.TextStyle 지정된 글꼴 설정이 있는 클래스.
public TextStyle(FontDescriptor font)
| 모수 | 유형 | 설명 |
|---|---|---|
| font | FontDescriptor | TextStyle의 글꼴입니다. |
또한보십시오
- class FontDescriptor
- class TextStyle
- 네임스페이스 Aspose.Tasks.Visualization
- 집회 Aspose.Tasks