Enumeration
AtkTextClipType
Members
Name | Description |
---|---|
ATK_TEXT_CLIP_NONE |
No clipping to be done. |
ATK_TEXT_CLIP_MIN |
Text clipped by min coordinate is omitted. |
ATK_TEXT_CLIP_MAX |
Text clipped by max coordinate is omitted. |
ATK_TEXT_CLIP_BOTH |
Only text fully within mix/max bound is retained. |