API Reference > OdDb Classes > OdDbTextStyleTableRecord Class > OdDbTextStyleTableRecord Methods > OdDbTextStyleTableRecord::isShapeFile Method
OdDbTextStyleTableRecord::isShapeFile Method
Syntax
C++
bool isShapeFile() const;

Determines whether the font file associated with this text style should be interpreted as a set of shapes or letters (DXF 70, bit 0x01) and returns True if the font file is a set of shapes or False if the font file is a set of letters.

Example of Working with the Text Style Record Object 

Fonts of Text Styles 

OdDbTextStyleTableRecord::setIsShapeFile() method

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