SOTEXTATARCANGLESOTEXTATARCANGLE*
*Contents  *Index  *Topic Contents
*Previous Topic: SOTABLECELLINFO
*Next Topic: SOTEXTATPOINT

SOTEXTATARCANGLE

Contains information about text for use with vector graphics output.

Syntax

typedef struct SOTEXTATARCANGLEtag {
    SOARCINFO ArcInfo; 
    WORD wFormat; 
    INT nTextLength; 
} SOTEXTATARCANGLE, VWPTR *PSOTEXTATARCANGLE;

Members

ArcInfo
Arc information that defines the bounding rectangle of the arc relative to the text baseline. Only the starting angle is used to locate the point; the ending angle is ignored.
wFormat
Alignment format, which indicates the relationship between the given point and the base line or bounding rectangle of the text. This member can be a combination of these values:
SOTA_BASELINEAligns the point and base line of the font.
SOTA_BOTTOMAligns the point and bottom of the bounding rectangle.
SOTA_CENTERAligns the point and horizontal center of the bounding rectangle.
SOTA_LEFTAligns the point and left side of the bounding rectangle.
SOTA_RIGHTAligns the point and right side of the bounding rectangle.
SOTA_TOPAligns the point and top of the bounding rectangle.
nTextLength
Length of the text string that follows the structure.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.