API Reference > OdDb Classes > OdDbText Class > OdDbText Methods > OdDbText::horizontalMode Method
OdDbText::horizontalMode Method
Syntax
C++
OdDb::TextHorzMode horizontalMode() const;

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

horizontalMode returns one of the following: 

 

Name 
Value 
OdDb::kTextLeft 
OdDb::kTextCenter 
OdDb::kTextRight 
OdDb::kTextAlign 
OdDb::kTextMid 
OdDb::kTextFit 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.