Enum FontEastAsianLanguage
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public enum FontEastAsianLanguage
Fields
| Name | Description |
|---|---|
| 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. |
| Normal | No font-specific glyph versions are applied. |
| 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. |