次の方法で共有


Typography.HistoricalLigatures プロパティ

定義

履歴合字が有効かどうかを示す値を取得または設定します。

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

プロパティ値

履歴合字が有効になっている場合に true;それ以外の場合は、falseします。 既定値は falseです。

注釈

このプロパティは、Typography プロパティを所有するオブジェクトの値を取得または設定します。これは、Typography クラス インスタンスにアクセスする唯一の方法です。 さらに、このプロパティは、XAML でテキストを含むオブジェクトに設定できるように、添付プロパティの使用をサポートしています。

履歴合字は、フォント デザイナーがフォントに追加できる歴史的な文字体裁で使用される文字体裁形式です。

XAML 属性の使用法

< オブジェクトTypography.HistoricalLigatures="bool"/>

依存関係プロパティ情報

識別子フィールド HistoricalLigaturesProperty
true に設定されたメタデータ プロパティ AffectsMeasureAffectsRenderInherits

適用対象

こちらもご覧ください