LanguageFontGroup.UIHeadingFont 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 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.