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

Sets the letter side typeface as a Boolean value (DXF 71, bit 0x04). The initial value is False (Upside) by default. 

 

Example of Working with the Text Style Record Object 

Specific Properties of Text Styles 

OdDbTextStyleTableRecord::isUpsideDown() method

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