TextRunTypographyProperties.Variants Property

Definition

Gets a value that indicates a variation of the standard typographic form to be used.

public:
 abstract property System::Windows::FontVariants Variants { System::Windows::FontVariants get(); };
public abstract System.Windows.FontVariants Variants { get; }
member this.Variants : System.Windows.FontVariants
Public MustOverride ReadOnly Property Variants As FontVariants

Property Value

One of the FontVariants values. The default is Normal.

Remarks

Variants are similar to superscript or subscript font forms. It is possible for a font form to contain differing glyph sets between superscript and the ordinal form, or between subscript and inferior forms. The Variants property allows you to set superscript and subscript values for an OpenType font.

The following text displays superscripts for the Palatino Linotype font.

Text using OpenType superscripts
Example of superscripts

The following text displays subscripts for the Palatino Linotype font.

Text using OpenType subscripts
Example of subscripts

Fonts that do not support variants may have an algorithmic approximation of the font form.

Applies to