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

備註

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

歷程連字是歷史印刷樣式中使用的印刷樣式表單,字型設計工具可能會新增至其字型。

XAML Attribute Usage

<objectTypography.HistoricalLigatures=「bool」/>

相依性屬性資訊

識別碼欄位 HistoricalLigaturesProperty
設定為 的中繼資料屬性 true AffectsMeasure, AffectsRender, Inherits

適用於

另請參閱