TextRunTypographyProperties.StandardSwashes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the index of a standard swashes form.
public:
abstract property int StandardSwashes { int get(); };
public abstract int StandardSwashes { get; }
member this.StandardSwashes : int
Public MustOverride ReadOnly Property StandardSwashes As Integer
Property Value
The index of the standard swashes form. The default is 0 (zero).
Remarks
Swashes are decorative glyphs that use elaborate ornamentation often associated with calligraphy. The following text displays standard and swash glyphs for the Pescadero font.
Example of standard and swash glyphs
Swashes are often used as decorative elements in short phrases such as event announcements. The following text uses swashes to emphasize the capital letters of the name of the event.
Example of swashes used for capital letters
If the value of StandardSwashes is greater than 0 and the selected font does not support standard swashes forms at the given index value, the default form of the letter is displayed.