LanguageFontGroup.FixedWidthTextFont 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 displaying fixed-width characters.
public:
property LanguageFont ^ FixedWidthTextFont { LanguageFont ^ get(); };
LanguageFont FixedWidthTextFont();
public LanguageFont FixedWidthTextFont { get; }
var languageFont = languageFontGroup.fixedWidthTextFont;
Public ReadOnly Property FixedWidthTextFont As LanguageFont
Property Value
The recommended LanguageFont, or NULL if no font recommendation is available.
Remarks
The FixedWidthTextFont property provides a font recommendation for displaying fixed-width characters.
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 FixedWidthTextFont recommendation is available for certain languages and scripts only.