Specifies the text layout information (such as alignment, orientation, tab stops, and clipping) and display manipulations (such as trimming, font substitution for characters that are not supported by the requested font, and digit substitution for languages that do not use Western European digits). The string format is used in FillText calls.
Namespace: RSGdiPlusGraphics
Delphi |
published |
Property Value
Type: TRSGPStringFormat
The following example uses the StringFormat property to set tab stops, and to draw a string that contains tab characters (\t). The code also draws the string's layout rectangle. Then, the code gets the tab stops and proceeds to use or inspect the tab stops in some way.
|