#include <mi32/mgd2.h>
Public Member Functions | |
| ERRVALUE | GetFirstString (MISTRING &string) |
| TEXTBLOCK () | |
| ~TEXTBLOCK () | |
Public Attributes | |
| COLOR | Background |
| double | baseangle |
| TEXTBASEORIGIN | baseorigin |
| DPOINT2D | basepoint |
| TEXTBLOCKBORDER | BottomBorder |
| TEXTBLOCKBORDER | Frame |
| bool | IsAntialiased |
| TEXTBLOCKBORDER | LeftBorder |
| float | MarginH |
| UINT16 | MarginUnits |
| float | MarginV |
| TEXTBLOCKBORDER | RightBorder |
| COLOR | ShadowBottom |
| COLOR | ShadowTop |
| TEXTSTYLE | Style |
| const UNICODE * | Text |
| TEXTBLOCKBORDER | TopBorder |
| bool | UsesTransparency |
Definition at line 786 of file mgd2.h.
|
|
|
|
|
|
|
|
Get the first line of the text block.
|
|
|
Background color.
|
|
|
Rotation angle in radians.
|
|
|
Origin of basepoint within block.
|
|
|
Base point in display coordinates.
|
|
|
|
|
|
|
|
|
set when SetUp is called
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"Bottom shadow" color, usually darker than background
|
|
|
"Top shadow" color, usually brighter than background
|
|
|
Initial style.
|
|
|
Encoded text string. Note, TEXTBLOCK does not actually own the text and will not free it.
|
|
|
|
|
|
set when SetUp is called
|
1.3.8-20040913