다음을 통해 공유


Typography.HistoricalForms 속성

정의

기록 폼을 사용할 수 있는지 여부를 결정하는 값을 가져오거나 설정합니다.

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

속성 값

기록 양식을 사용할 수 있는지 true. 그렇지 않으면 false. 기본값은 false.

설명

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

기록 형식은 과거에 흔히 볼 수 있는 입력 규칙입니다. 다음 텍스트는 Palatino Linotype 글꼴에 대한 문자 모양의 역사적인 형식을 사용하여 "Boston, Massachusetts"라는 구를 표시합니다.

OpenType 기록 폼을 사용하는 텍스트
기록 양식의 예

다음 코드 예제에서는 HistoricalForms 속성을 사용 하 여 Palatino Linotype 글꼴에 대 한 기록 폼을 정의 하는 방법을 보여 있습니다.

<Paragraph FontFamily="Palatino Linotype">
  <Run Typography.HistoricalForms="True">Boston, Massachusetts</Run>
</Paragraph>

XAML 특성 사용

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

종속성 속성 정보

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

적용 대상

추가 정보