FontEastAsianLanguage Enumeration
Microsoft Silverlight will reach end of support after October 2021. Learn more.
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: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public Enumeration FontEastAsianLanguage
public enum FontEastAsianLanguage
Members
Member name | Description | |
---|---|---|
Normal | No font-specific glyph versions are applied. | |
HojoKanji | Replaces default glyphs with the corresponding forms from the Hojo Kanji specification. | |
Jis04 | Replaces default Japanese glyphs with the corresponding forms from the JIS04 specification. | |
Jis78 | Replaces default Japanese glyphs with the corresponding forms from the JIS78 specification. | |
Jis83 | Replaces default Japanese glyphs with the corresponding forms from the JIS83 specification. | |
Jis90 | Replaces default Japanese glyphs with the corresponding forms from the JIS90 specification. | |
NlcKanji | Replaces default glyphs with the corresponding forms from the NLC Kanji specification. | |
Simplified | Replaces traditional Chinese or Japanese forms with their corresponding simplified forms. | |
Traditional | Replaces simplified Chinese or Japanese forms with their corresponding traditional forms. | |
TraditionalNames | Replaces 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. |
Remarks
If a specified font does not support a particular glyph set, the default glyphs are displayed instead.
Version Information
Silverlight
Supported in: 5
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.