Contains information about text for use with vector graphics output.typedef struct SOTEXTINRECTtag {
SORECT Rect; // see below
WORD wFormat; // see below
INT nTextLength; // see below
} SOTEXTINRECT, VWPTR *PSOTEXTINRECT;
Members
Rect
Rectangle in which text is formatted.
wFormat
Format of the string. This member can be a combination of these values:
| SODT_BOTTOM | SODT_NOPREFIX |
| SODT_CALCRECT | SODT_RIGHT |
| SODT_CENTER | SODT_SINGLELINE |
| SODT_EXPANDTABS | SODT_TABSTOP |
| SODT_EXTERNALLEADING | SODT_TOP |
| SODT_LEFT | SODT_VCENTER |
| SODT_NOCLIP | SODT_WORDBREAK |
nTextLength
Length of the text string that follows the structure.