Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbMText::horizontalMode Method
Syntax
C++
OdDb::TextHorzMode horizontalMode() const;

Returns the horizontal mode of this MText entity (used for DXF 71).

horizontalMode returns one of the following: 

 

Name
Value
OdDb::kTextLeft
0
OdDb::kTextCenter
1
OdDb::kTextRight
2
OdDb::kTextAlign
3
OdDb::kTextMid
4
OdDb::kTextFit
5
Copyright © 2002-2022. Open Design Alliance All rights reserved.