Close

Relief for ODA Team in Ukraine

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

Returns the horizontal mode of this Text entity (DXF 72). 

 

Parameters
Description
horizontalMode
[in] Horizontal mode.

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.