|
SOTEXTATARCANGLE
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;
Members
ArcInfo
Arc information defining the arc relative to which the text is located. Only
the starting angle is used to locate the point; the ending angle is ignored.
wFormat
Alignment format, indicating 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_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.
|
nTextLength
Length of text string that follows the structure.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|