All Frameworks Object Hierarchy This Framework Indexes
CatTextFlipMode (Enumeration)
enum CatTextFlipMode {
catTextNoFlip,
catTextHorizontalFlip,
catTextVerticalFlip,
catTextHorizontalAndVerticalFlip,
catTextAutoFlip
}
Text mirroring mode.
Role: Defines the mirror mode of the text.
- Values:
-
- catTextNoFlip
- No mirroring : the text is not flipped horizontally nor vertically.
- catTextHorizontalFlip
- The text is flipped horizontally.
- catTextVerticalFlip
- The text is flipped vertically.
- catTextHorizontalAndVerticalFlip
- The text is flipped both horizontally and vertically.
- catTextAutoFlip
- The text is automatically flipped.