![]() |
Hot Door CORE 0.8.4
Adobe® Illustrator® Plug-in Library
|
A sort of parameter block struct to assist in passing options to text drawing and text calculation functions. More...
#include <hdicoreAnnotate.h>

Public Attributes | |
| ParagraphJustification | justification |
| When drawing text, used to specify the justification (can only be JustifyLeft, JustifyCenter, or JustifyRight, and defaults to JustifyLeft). | |
| Angle | rotationAngle |
| When drawing text, used to specify the rotation angle (defaults to zero degrees). | |
| Point | rotationPoint |
| When drawing text, used to specify the x/y point of rotation (if rotationAngle is non-zero), in a coordinate system relative to the provided top-left drawing point for said text (defaults to 0,0) - if this is specified and rotationPin is specified then this will take precedence. | |
| BoundsPinPointType | rotationPin |
| When drawing text, used to specify the pin point of rotation (if rotationAngle is non-zero, defaults to MidCenterPinPoint) - if this is specified and rotationPoint is specified then rotationPoint will take precedence. | |
| bool | hasCJK |
| Whether the text has any Chinese, Japanese, or Korean characters (which defaults to false and will affect the bounds calculation algorithm). | |
A sort of parameter block struct to assist in passing options to text drawing and text calculation functions.