共用方式為


Typography.DiscretionaryLigatures 屬性

定義

取得或設定值,這個值會決定是否啟用任意連字。

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

屬性值

如果已啟用任意連字,true;否則,false。 預設值為 false

備註

這個屬性會取得或設定對象上擁有 Typography 屬性的值,這是存取 Typography 類別實例的唯一方法。 此外,這個屬性支援附加屬性的使用方式,以便在 XAML 中包含文字的物件上設定它。

任意連字是設計成裝飾,而不是專為可讀性而設計。 下列文字會顯示 Pericles 字型的任意韌帶圖像。

使用 OpenType 任意連字的文字,
任意連字集的範例

下列程式代碼範例示範如何使用 DiscretionaryLigatures 屬性,定義 Pericles 字型的任意韌帶圖像。

<Paragraph FontFamily="Pericles" Typography.DiscretionaryLigatures="True">
  <Run Typography.StylisticAlternates="1">CO</Run>
  <Run Typography.StylisticAlternates="1">LA</Run>
  <Run Typography.StylisticAlternates="1">LE</Run>
  <Run Typography.StylisticAlternates="1">LI</Run>
  <Run Typography.StylisticAlternates="1">LL</Run>
  <Run Typography.StylisticAlternates="1">LO</Run>
  <Run Typography.StylisticAlternates="1">LU</Run>
</Paragraph>

XAML 屬性使用方式

< objectTypography.DiscretionaryLigatures=“bool”/>

相依性屬性資訊

標識元欄位 DiscretionaryLigaturesProperty
設定為 true 的元數據屬性 AffectsMeasureAffectsRenderInherits

適用於

另請參閱