REFERENCE MANUAL
The Publish::Text class is a concept class for text-related enumerations. More...
Classes | |
class | Font |
The Publish::Text::Font class is a concept class for text-font-related enumerations. More... | |
Public Types | |
enum | Language { Language.ASCII = 0, Language.EastEuropeanRoman = 1, Language.Cyrillic = 2, Language.Greek = 3, Language.Turkish = 4, Language.Hebrew = 5, Language.Arabic = 6, Language.Baltic = 7, Language.ChineseTraditional = 8, Language.ChineseSimplified = 9, Language.Japanese = 10, Language.Korean = 11 } |
Enumerates the supported languages for explicitly-specified fonts. More... | |
enum | Rotation { Rotation.None = 0, Rotation.CounterClockwise90Degrees = 1, Rotation.CounterClockwise180Degrees = 2, Rotation.CounterClockwise270Degrees = 3 } |
Enumerates the rotation to use for text strings. More... | |
The Publish::Text class is a concept class for text-related enumerations.
Enumerates the supported languages for explicitly-specified fonts.
Enumerates the rotation to use for text strings.
Enumerator | |
---|---|
None |
No rotation, text will be horizontal (kA3DPDFNormal). |
CounterClockwise90Degrees |
Text will be rotated 90 degrees counter-clockwise from the horizontal (kA3DPDF90). |
CounterClockwise180Degrees |
Text will be rotated 180 degrees counter-clockwise from the horizontal (kA3DPDF180). |
CounterClockwise270Degrees |
Text will be rotated 270 degrees counter-clockwise from the horizontal (kA3DPDF270). |