API Documentation
|
Stores text data that may have an attachment point and direction for interfacing with CAD. More...
#include <CADEntities.h>
Public Member Functions | |
MTextData (Vector< 3, fltp08 > insertion_point, Vector< 3, fltp08 > direction, Vector< 2, fltp08 > size, int attachmentPoint, int drawingDirection, int lineSpacingStyle, fltp04 lineSpacingFactor, const String &text, const String &style, Angle< fltp08 > angle) | |
Public Attributes | |
Angle< fltp08 > | angle |
int | attachment_point |
Vector< 3, fltp08 > | direction_vector |
int | drawing_direction |
Vector< 3, fltp08 > | insertion_point |
fltp04 | line_spacing_factor |
int | line_spacing_style |
String | style |
String | text |
Vector< 2, fltp08 > | text_size |
Stores text data that may have an attachment point and direction for interfacing with CAD.
|
inline |
int attachment_point |
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
int drawing_direction |
fltp04 line_spacing_factor |
int line_spacing_style |
String style |
String text |