UnicodeBidi enumeration
UnicodeBidi enumeration
Specifies the handling of bidirectional text in SVG.
The UnicodeBidi type exposes the following members:
Fields
Field | Description |
---|---|
NORMAL | Normal bidirectional text handling. |
EMBED | Embeds a section of text with a different or explicit directionality. |
ISOLATE | Isolates a section of text from its surroundings for bidirectional text handling. |
BIDI_OVERRIDE | Overrides the inherent directionality of characters in a section of text. |
ISOLATE_OVERRIDE | Isolates a section of text and overrides its directionality. |
PLAINTEXT | Treats the section of text as plaintext with no special bidirectional handling. |
See Also
- module
aspose.svg.builder