다음을 통해 공유


Typography.ContextualLigatures 속성

정의

컨텍스트 합자를 사용할 수 있는지 여부를 결정하는 값을 가져오거나 설정합니다.

public:
 property bool ContextualLigatures { bool get(); void set(bool value); };
public bool ContextualLigatures { get; set; }
member this.ContextualLigatures : bool with get, set
Public Property ContextualLigatures As Boolean

속성 값

컨텍스트 합자를 사용하는 경우 true. 그렇지 않으면 false. 기본값은 true.

설명

이 속성은 Typography 클래스 인스턴스에 액세스할 수 있는 유일한 방법인 Typography 속성을 소유하는 개체의 값을 가져오거나 설정합니다. 또한 이 속성은 XAML의 텍스트 포함 개체에서 설정할 수 있도록 연결된 속성 사용을 지원합니다.

상황별 합자는 합자를 구성하는 문자 간에 더 나은 조인 동작을 제공하여 가독성을 향상하도록 설계되었습니다.

ContextualLigatures 값이 true 선택한 글꼴이 컨텍스트 합자를 지원하지 않는 경우 문자의 기본 형식이 표시됩니다.

XAML 특성 사용

< 개체Typography.ContextualLigatures="bool"/>

종속성 속성 정보

식별자 필드 ContextualLigaturesProperty
true 설정된 메타데이터 속성 AffectsMeasure, AffectsRender, Inherits

적용 대상

추가 정보