Close

Relief for ODA Team in Ukraine

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

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

 

Parameters
Description
horizontalMode
[in] Horizontal mode.

horizontalMode must be 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.