Windows.Globalization.Fonts Namespace

Provides classes that allow apps to select language-appropriate and script-appropriate fonts for text display.

Note

If you're using C++ or C, then also consider the International Components for Unicode (ICU).

Classes

LanguageFont

Provides data related to a particular font recommendation for a given language.

LanguageFontGroup

Supplies a set of font recommendations for a given language or script for various usage cases.

Remarks

If your app passes language tags from this namespace to any National Language Support functions, it must first convert the tags by calling ResolveLocaleName.

For a list of standard country/region codes used by Microsoft, see the Official Country/Region List.

See also