'Declaration Public Enum CharacterEmphasisMark Inherits System.Enum
public enum CharacterEmphasisMark : System.Enum
Member | Description |
---|---|
Circle | a circle character whichis rendered above each character in the run using Unicode character 0x02DA when the language of the text is not Traditional Chinese. For that language Unicode character 0x3002 wil be used instead, positioned beneath the characters. |
Comma | Specifies that the emphasis mark is a comma character which will be rendered above each character in this run, using Unicode character 0x3001. |
Dot | Specifies that the emphasis mark is a dot character which shall be rendered above each character in this run using Unicode character 0x02D9 whenever the language of the text is not Japanese, Simplified Chinese, or Traditional Chinese. For those three languages, the emphasis mark shall be rendered as follows: -> Japanese = Unicode character 0xFF0E (dot beneath characters) -> Simplified Chinese = Unicode character 0xFF0E (dot beneath characters) -> Traditional Chinese = Unicode character 0x2027 |
None | No emphasis mark will be drawn. |
UnderDot | Specifies that the emphasis mark is a dot character which shall be rendered below each character in this run using Unicode character 0xFF0E. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2