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. 

 

Example of Working with the Text Style Record Object 

Specific Properties of Text Styles 

OdDbTextStyleTableRecord::isVertical() method

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