Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FontEastAsianLanguage Enumeration

Provides a mechanism for the user to select font-specific versions of glyphs for a specified East Asian writing system or language.

Namespace:  System.Windows
Assembly:  PresentationCore (in PresentationCore.dll)

'Declaration
Public Enumeration FontEastAsianLanguage
'Usage
Dim instance As FontEastAsianLanguage
<object property="enumerationMemberName" .../>

Member nameDescription
NormalNo font-specific glyph versions are applied.
Jis78Replaces default Japanese glyphs with the corresponding forms from the JIS78 specification.
Jis83Replaces default Japanese glyphs with the corresponding forms from the JIS83 specification.
Jis90Replaces default Japanese glyphs with the corresponding forms from the JIS90 specification.
Jis04Replaces default Japanese glyphs with the corresponding forms from the JIS04 specification.
HojoKanjiReplaces default glyphs with the corresponding forms from the Hojo Kanji specification.
NlcKanjiReplaces default glyphs with the corresponding forms from the NLC Kanji specification.
SimplifiedReplaces traditional Chinese or Japanese forms with their corresponding simplified forms.
TraditionalReplaces simplified Chinese or Japanese forms with their corresponding traditional forms.
TraditionalNamesReplaces simplified Kanji forms with their corresponding traditional forms. This glyph set is explicitly limited to the traditional forms considered proper for use in personal names.

If a specified font does not support a particular glyph set, the default glyphs are displayed instead.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0

Community Additions

Show:
© 2017 Microsoft