Enum TextAlignmentOptions
Namespace: TMPro
Syntax
public enum TextAlignmentOptions
Fields
Name |
Description |
Value |
TopLeft |
|
257 |
Top |
|
258 |
TopRight |
|
260 |
TopJustified |
|
264 |
TopFlush |
|
272 |
TopGeoAligned |
|
288 |
Left |
|
513 |
Center |
|
514 |
Right |
|
516 |
Justified |
|
520 |
Flush |
|
528 |
CenterGeoAligned |
|
544 |
BottomLeft |
|
1025 |
Bottom |
|
1026 |
BottomRight |
|
1028 |
BottomJustified |
|
1032 |
BottomFlush |
|
1040 |
BottomGeoAligned |
|
1056 |
BaselineLeft |
|
2049 |
Baseline |
|
2050 |
BaselineRight |
|
2052 |
BaselineJustified |
|
2056 |
BaselineFlush |
|
2064 |
BaselineGeoAligned |
|
2080 |
MidlineLeft |
|
4097 |
Midline |
|
4098 |
MidlineRight |
|
4100 |
MidlineJustified |
|
4104 |
MidlineFlush |
|
4112 |
MidlineGeoAligned |
|
4128 |
CaplineLeft |
|
8193 |
Capline |
|
8194 |
CaplineRight |
|
8196 |
CaplineJustified |
|
8200 |
CaplineFlush |
|
8208 |
CaplineGeoAligned |
|
8224 |