#include <sprk_publish.h>
Classes | |
class | Font |
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). |