TextRunTypographyProperties.HistoricalForms Property

Definition

Gets a value that indicates whether historical forms are enabled.

public:
 abstract property bool HistoricalForms { bool get(); };
public abstract bool HistoricalForms { get; }
member this.HistoricalForms : bool
Public MustOverride ReadOnly Property HistoricalForms As Boolean

Property Value

true if historical forms are enabled; otherwise, false. The default is false.

Remarks

Historical forms are typographic conventions that were common in the past. The following text displays the phrase "Boston, Massachusetts" using an historical form of glyphs for the Palatino Linotype font.

Text using OpenType historical forms
Example of historical forms

Applies to

See also