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 属性の使用方法

<objectTypography.ContextualLigatures="bool"/>

依存プロパティ情報

識別子フィールド ContextualLigaturesProperty
に設定されたメタデータ プロパティ true AffectsMeasure, AffectsRender, Inherits

適用対象

こちらもご覧ください