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