| The warp style for text. |
Value
| Name | Description | Value |
WarpStyle.ARC | The type is warped in the shape of an arc. |
int
2
|
WarpStyle.ARCH | Text is warped in the form of an arch. |
int
5
|
WarpStyle.ARCLOWER | Warp is heavier on the lower or left edge of the text than on the upper or right edge. |
int
3
|
WarpStyle.ARCUPPER | Warp is heavier on the upper or right edge of the text than on the lower or left edge. |
int
4
|
WarpStyle.BULGE | Text is warped outward on both the upper and lower or right and left edges. |
int
6
|
WarpStyle.FISH | Text is warped in the shape of a fish. |
int
11
|
WarpStyle.FISHEYE | Text bulges in the middle and is squeezed on the edges as if viewed through a fisheye lens. |
int
13
|
WarpStyle.FLAG | Text is warped in the shape of a waving flag. |
int
9
|
WarpStyle.INFLATE | Text is inflated. |
int
14
|
WarpStyle.NONE | No warp. |
int
1
|
WarpStyle.RISE | Text is warped in an undulating, rising pattern. |
int
12
|
WarpStyle.SHELLLOWER | Text is warped downward or to the right in the shape of a fan-like seashell. |
int
7
|
WarpStyle.SHELLUPPER | Text is warped upward or to the left in the shape of a fan-like seashell. |
int
8
|
WarpStyle.SQUEEZE | Text is squeezed. |
int
15
|
WarpStyle.TWIST | Text is twisted. |
int
16
|
WarpStyle.WAVE | Text is warped in the shape of a wave. |
int
10
|
|
Usage
| As property
TextItem.warpStyle
|