Hot Door CORE 0.8.2
Adobe® Illustrator® Plug-in Library
Loading...
Searching...
No Matches
Public Attributes | List of all members
hdi::core::annotate::TextConfig Struct Reference
Collaboration diagram for hdi::core::annotate::TextConfig:
Collaboration graph
[legend]

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)