LanguageFontGroup.UIHeadingFont Property

Definition

Gets a font that is recommended for special UI elements, such as headings, that are displayed at sizes somewhat larger than typical UI body text.

public:
 property LanguageFont ^ UIHeadingFont { LanguageFont ^ get(); };
LanguageFont UIHeadingFont();
public LanguageFont UIHeadingFont { get; }
var languageFont = languageFontGroup.uIHeadingFont;
Public ReadOnly Property UIHeadingFont As LanguageFont

Property Value

The recommended LanguageFont.

Remarks

The UIHeadingFont property provides a font recommendation for special UI elements, such as headings, that are displayed at sizes somewhat larger than typical UI body text.

The font recommended for this usage case may be differentiated from other UI usage cases in font weight, style or stretch values. Those attributes are significant aspects of the font recommendation being provided.

A UIHeadingFont recommendation is available for every supported language or script.

Applies to

See also