Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.04 KB

languagefontgroup_traditionaldocumentfont.md

File metadata and controls

27 lines (18 loc) · 1.04 KB
-api-id -api-type
P:Windows.Globalization.Fonts.LanguageFontGroup.TraditionalDocumentFont
winrt property

Windows.Globalization.Fonts.LanguageFontGroup.TraditionalDocumentFont

-description

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

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

-examples

-see-also