Procedure TextFlip flips newly created text vertically or horizontally. Parameter FlipType specifies the flip effect to be applied to the text.
{| class="wikitable_c" |+ Table - Text Flip Style
| ! Flip Style !! Constant |
|---|
| No reflection |
| style="text-align:center" |
| - |
| Horizontal reflection thru origin |
| style="text-align:center" |
| - |
| Vertical reflection thru origin |
| style="text-align:center" |
| } |
PROCEDURE TextFlip(FlipType : INTEGER);def vs.TextFlip(FlipType):
return None| Name | Type | Description |
|---|---|---|
| FlipType | INTEGER | Text flip setting for text. |
==== VectorScript ====
TextFlip(1);
CreateText('Sample text string');==== Python ====
Availability: from All Versions
- Objects - Text