LanguageFontGroup.TraditionalDocumentFont 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 typical document body text following traditional style conventions.
public:
property LanguageFont ^ TraditionalDocumentFont { LanguageFont ^ get(); };
LanguageFont TraditionalDocumentFont();
public LanguageFont TraditionalDocumentFont { get; }
var languageFont = languageFontGroup.traditionalDocumentFont;
Public ReadOnly Property TraditionalDocumentFont As LanguageFont
Property Value
The recommended LanguageFont.
Remarks
The TraditionalDocumentFont property provides a font recommendation for typical document body text following traditional styling 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 TraditionalDocumentFont recommendation is available for every supported language or script.