On this pageTsgTextGenerationUnit:SHXDescriptionDefines the way text will be generated.ValueDescriptionttNormalNormal textttBackwardText is rotated around XttUpSideDownText is mirrored in XSyntaxtype TsgTextGeneration = (ttNormal, ttBackward, ttUpSideDown);