Classes |
Public Types |
Public Member Functions |
Protected Member Functions |
Protected Attributes |
List of all members
HPS.Publish.Text Class Reference
Inheritance diagram for HPS.Publish.Text:

Classes | |
class | Font |
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... | |
Public Member Functions | |
virtual void | Dispose () |
Text (HPS.Publish.Text in_that) | |
Protected Member Functions | |
virtual void | deleteCptr () |
Protected Attributes | |
bool | cMemOwn |
HandleRef | cptr |
Detailed Description
The Publish.Text class is a concept class for text-related enumerations.
Member Enumeration Documentation
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). |
The documentation for this class was generated from the following file:
- internals/hps_sprk_publish/source/cs/HPS.Publish.cs