API Reference > OdDb Classes > OdDbTextStyleTableRecord Class > OdDbTextStyleTableRecord Methods > OdDbTextStyleTableRecord::setIsBackwards Method
OdDbTextStyleTableRecord::setIsBackwards Method
Syntax
C++
void setIsBackwards(bool bBackwards);
Parameters 
Description 
bool bBackwards 
[in] True - to draw the text backward, or False - to draw the text forward. 

Sets the direction typeface as a Boolean value (DXF 71, bit 0x02). The initial value is False (Forward) by default. 

 

Example of Working with the Text Style Record Object 

Specific Properties of Text Styles 

OdDbTextStyleTableRecord::isBackwards() method

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