Contains information about text for use with vector graphics output.
typedef struct SOTEXTATARCANGLEtag {
    SOARCINFO ArcInfo; // see below
    WORD wFormat;      // see below
    INT nTextLength;   // see below
} SOTEXTATARCANGLE, VWPTR *PSOTEXTATARCANGLE;
 
| SOTA_BASELINE | Aligns the point and base line of the font. | 
| SOTA_BOTTOM | Aligns the point and bottom of the bounding rectangle. | 
| SOTA_CENTER | Aligns the point and horizontal center of the bounding rectangle. | 
| SOTA_LEFT | Aligns the point and left side of the bounding rectangle. | 
| SOTA_RIGHT | Aligns the point and right side of the bounding rectangle. | 
| SOTA_TOP | Aligns the point and top of the bounding rectangle. |