API Reference > OdDb Classes > OdDbTextStyleTableRecord Class > OdDbTextStyleTableRecord Methods > OdDbTextStyleTableRecord::setIsVertical Method
OdDbTextStyleTableRecord::setIsVertical Method
Syntax
C++
void setIsVertical(bool bVertical);
Parameters 
Description 
bool bVertical 
[in] True - to make the vertical text, or False - to make the horizontal text. 

Sets the orientation typeface as a Boolean value (DXF 70, bit 0x04). The initial value is False (Horizontal) by default. 

 

Copyright © 2002–2021. Open Design Alliance. All rights reserved.