Class FontResolveEventArgs
Class FontResolveEventArgs
이름 공간 : Aspose.Tasks 모임: Aspose.Tasks.dll (25.4.0)
글꼴이 해결되면 호출되는 호출에 대한 논쟁을 제공합니다.
public sealed class FontResolveEventArgs : EventArgs
Inheritance
object ← EventArgs ← FontResolveEventArgs
상속 회원들
EventArgs.Empty , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
RequestedFontName
요청된 글꼴의 이름을 입력합니다.
public string RequestedFontName { get; }
부동산 가치
ResolvedFontName
해결된 글꼴의 이름을 얻거나 설정합니다.그것은 시각을 제공하는 데 사용되는 글꼴을 제어하도록 설정할 수 있습니다.
public string ResolvedFontName { get; set; }