TTMSFNCGraphicsTextTrimming Enumeration
Specifies how text is trimmed when it overflows its layout rectangle.
API unit family: TMSFNCGraphicsTypes
Members
| Name | Description |
|---|---|
gttNone |
Text is clipped at the rectangle boundary without an ellipsis. |
gttCharacter |
Text is trimmed at the nearest character boundary and an ellipsis is added. |
gttWord |
Text is trimmed at the nearest word boundary and an ellipsis is added. |