Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 857 Bytes

File metadata and controls

50 lines (40 loc) · 857 Bytes

TextFlip

Description

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

Parameters

Name Type Description
FlipType INTEGER Text flip setting for text.

Examples

==== VectorScript ====

TextFlip(1);
CreateText('Sample text string');

==== Python ====

Version

Availability: from All Versions

Category

  • Objects - Text