API Reference > OdDb Classes > OdDbTextStyleTableRecord Class > OdDbTextStyleTableRecord Methods > OdDbTextStyleTableRecord::setFileName Method
OdDbTextStyleTableRecord::setFileName Method
Syntax
C++
void setFileName(const OdString& sUniFont);
Parameters 
Description 
const OdString& sUniFont 
[in] Uni-font filename without path to be associated with the text style as a String value. 

Sets the name of the /uni-font/ file and associates this uni-font with the text style (DXF 3). This /uni-font/ defines the shape of typical letters for text. 

 

Example of Working with the Text Style Record Object 

Fonts of Text Styles 

OdDbTextStyleTableRecord::fileName(), OdDbTextStyleTableRecord::setBigFontFileName() methods

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