Contents Index Topic Contents | ||
Previous Topic: SOTEXTCELL Next Topic: SOTRANSFORM |
SOTEXTINRECT
Contains information about text for use with vector graphics output.
Syntax
typedef struct SOTEXTINRECTtag { SORECT Rect; WORD wFormat; INT nTextLength; } 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_BOTTOMSODT_NOPREFIX SODT_CALCRECTSODT_RIGHT SODT_CENTERSODT_SINGLELINE SODT_EXPANDTABSSODT_TABSTOP SODT_EXTERNALLEADINGSODT_TOP SODT_LEFTSODT_VCENTER SODT_NOCLIPSODT_WORDBREAK - nTextLength
- Length of the text string that follows the structure.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.