FontEastAsianLanguage
FontEastAsianLanguage
FontEastAsianLanguage
FontEastAsianLanguage
Enum
Definition
Provides a mechanism for selecting font-specific versions of glyphs for a specified East Asian writing system or language.
public : enum class FontEastAsianLanguagepublic enum FontEastAsianLanguagePublic Enum FontEastAsianLanguage// This API is not available in Javascript.
<object property="enumMemberName"/>
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| HojoKanji HojoKanji HojoKanji HojoKanji | Replaces default glyphs with the corresponding forms from the Hojo Kanji specification. |
| Jis04 Jis04 Jis04 Jis04 | Replaces default Japanese glyphs with the corresponding forms from the JIS04 specification. |
| Jis78 Jis78 Jis78 Jis78 | Replaces default Japanese glyphs with the corresponding forms from the JIS78 specification. |
| Jis83 Jis83 Jis83 Jis83 | Replaces default Japanese glyphs with the corresponding forms from the JIS83 specification. |
| Jis90 Jis90 Jis90 Jis90 | Replaces default Japanese glyphs with the corresponding forms from the JIS90 specification. |
| NlcKanji NlcKanji NlcKanji NlcKanji | Replaces default glyphs with the corresponding forms from the NLC Kanji specification. |
| Normal Normal Normal Normal | No font-specific glyph versions are applied. |
| Simplified Simplified Simplified Simplified | Replaces traditional Chinese or Japanese forms with their corresponding simplified forms. |
| Traditional Traditional Traditional Traditional | Replaces simplified Chinese or Japanese forms with their corresponding traditional forms. |
| TraditionalNames TraditionalNames TraditionalNames 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
This enumeration is used by the Typography.EastAsianLanguage attached property.