Go to the source code of this file.
|
const short | NONE = 0x0000 |
| specifies no emphasis mark.
|
const short | DOT = 0x0001 |
| specifies emphasis mark dot.
|
const short | CIRCLE = 0x0002 |
| specifies emphasis mark circle.
|
const short | DISC = 0x0003 |
| specifies emphasis mark disc.
|
const short | ACCENT = 0x0004 |
| specifies emphasis mark accent.
|
const short | ABOVE = 0x1000 |
| specifies that the emphasis mark should be positioned above the characters.
|
const short | BELOW = 0x2000 |
| specifies that the emphasis mark should be positioned below the characters.
|