LanguageFontGroup.UITextFont Property

Definition

Gets a font that is recommended for typical UI body text.

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

Property Value

The recommended LanguageFont.

Remarks

The UITextFont property provides a font recommendation for 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 UITextFont recommendation is available for every supported language or script.

Applies to

See also