API Reference > OdDb Classes > OdDbTextStyleTableRecord Class > OdDbTextStyleTableRecord Methods > OdDbTextStyleTableRecord::setIsShapeFile Method
OdDbTextStyleTableRecord::setIsShapeFile Method
Syntax
C++
void setIsShapeFile(bool bShapeFile);
Parameters 
Description 
bool bShapeFile 
[in] True - to determine the font file as a set of shapes, or False - to determine the font file as a set of letters. 

Sets the interpretation of the associated font file as a Boolean value (DXF 70, bit 0x01). The initial value is False (Letters) by default. 

 

Example of Working with the Text Style Record Object 

Fonts of Text Styles 

OdDbTextStyleTableRecord::isShapeFile() method

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