The Publish::Text class is a concept class for text-related enumerations. More...
#include <sprk_publish.h>
Classes | |
| class | Font |
| The Publish::Text::Font class is a concept class for text-font-related enumerations. More... | |
Public Types | |
| enum | Language { Language::ASCII, Language::EastEuropeanRoman, Language::Cyrillic, Language::Greek, Language::Turkish, Language::Hebrew, Language::Arabic, Language::Baltic, Language::ChineseTraditional, Language::ChineseSimplified, Language::Japanese, Language::Korean } |
| Enumerates the supported languages for explicitly-specified fonts. More... | |
| enum | Rotation { Rotation::None, Rotation::CounterClockwise90Degrees, Rotation::CounterClockwise180Degrees, Rotation::CounterClockwise270Degrees } |
| Enumerates the rotation to use for text strings. More... | |
Private Member Functions | |
| Text () | |
| Private default constructor to prevent instantiation. More... | |
The Publish::Text class is a concept class for text-related enumerations.
|
strong |
Enumerates the supported languages for explicitly-specified fonts.
|
strong |
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). |
|
private |
Private default constructor to prevent instantiation.