Share

AcDbText::AcDbText

C++

AcDbText();

Description

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.

Links

AcDbText

Was this information helpful?