#include <dl_entities.h>
Public Member Functions | |
| DL_MTextData (double tipx, double tipy, double tipz, double tHeight, double tWidth, int tAttachmentPoint, int tDrawingDirection, int tLineSpacingStyle, double tLineSpacingFactor, const string &tText, const string &tStyle, double tAngle) | |
| Constructor. | |
Public Attributes | |
| double | ipx |
| double | ipy |
| double | ipz |
| double | height |
| double | width |
| int | attachmentPoint |
| Attachment point. | |
| int | drawingDirection |
| Drawing direction. | |
| int | lineSpacingStyle |
| Line spacing style. | |
| double | lineSpacingFactor |
| Line spacing factor. | |
| string | text |
| string | style |
| double | angle |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Constructor. Parameters: see member variables. |
|
|
Rotation angle. |
|
|
Attachment point. 1 = Top left, 2 = Top center, 3 = Top right, 4 = Middle left, 5 = Middle center, 6 = Middle right, 7 = Bottom left, 8 = Bottom center, 9 = Bottom right |
|
|
Drawing direction. 1 = left to right, 3 = top to bottom, 5 = by style |
|
|
Text height |
|
|
X Coordinate of insertion point. |
|
|
Y Coordinate of insertion point. |
|
|
Z Coordinate of insertion point. |
|
|
Line spacing factor. 0.25 .. 4.0 |
|
|
Line spacing style. 1 = at least, 2 = exact |
|
|
Style string. |
|
|
Text string. |
|
|
Width of the text box. |
1.4.4