LanguageFontGroup.ModernDocumentFont Property

Definition

Gets a font that is recommended for typical document body text following modern style conventions.

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

Property Value

The recommended LanguageFont.

Remarks

The ModernDocumentFont property provides a font recommendation for typical document body text following modern style conventions. These fonts can also be used in headings or other document elements.

The font recommended for this usage case will always be a "regular" font (regular weight, normal style, normal stretch). Apps might want to apply other weight/style/stretch formatting, as may be appropriate for the app scenario.

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

Applies to