C++
FlowDirection flowDirection() const;
Description
Returns the direction that the text string follows from its start to its finish.
Possible values for FlowDirection are:
AcDbMText::kLtoR | Left to right |
AcDbMText::kTtoB | Top to bottom |
AcDbMText::kByStyle | Inherited from the text style at run-time |