LanguageFontGroup.UICaptionFont Property

Definition

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

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

Property Value

The recommended LanguageFont.

Remarks

The UICaptionFont property provides a font recommendation for special UI elements, such as captions, that are displayed at sizes smaller 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 UICaptionFont recommendation is available for every supported language or script.

Applies to

See also