AcDbText::AcDbText () |
Default constructor. Initializes the insertion point to (0,0,0), the alignment point to (0,0,0), the obliquing angle to 0.0, the rotation angle to 0.0, the height to 0.0, the width factor to 1.0, the text string to NULL, the textStyle object ID to AcDbObjectId::kNull, mirroring to Adesk::kFalse, horizontal mode to AcDb::kTextLeft, vertical mode to AcDb::kTextBase, the normal vector to (0,0,1), and the thickness to 0.0. |
AcDbText::AcDbText (AcGePoint3d&, ACHAR*, AcDbObjectId, double, double) |
This constructor initializes the text entity with insertionPoint, text, style, height, and rotation as passed in. In addition, the alignment point is initialized to (0,0,0), the obliquing angle to 0.0, the width factor to 1.0, mirroring to Adesk::kFalse, horizontal mode to AcDb::kTextLeft, vertical mode to AcDb::kTextBase, the normal vector to (0,0,1), and the thickness to 0.0. |