@Anonymous wrote:
getRecord : filename is txt
style : filename is txt.shx
what should I do?
First you should describe your problem and what you intend to do.
Some code would be helpful.
I guess you use AcDbTextStyleTableIterator::getRecord() to obtain an AcDbTextStyleTableRecord and AcDbTextStyleTableRecord::fileName() returns "txt". But what does: "style: filename is txt.shx" mean? Do you mean AcGiTextStyle::fileName()?
Maybe you can use AcGiTextStyle::font() and AcDbTextStyleTableRecord::font() instead of fileName().
Thank you for reading
I use AcDbTextStyleTableRecord->font() and AcDbTextStyleTableRecord->filename().
The filename() and font() display 'txt'.
I use Autocad‘s style command.It display 'txt.shx'.
The shx name returned by AcDbTextStyleTableRecord is incorrect.
I want to get the shx name and big shx name using objectarx.
Can't find what you're looking for? Ask the community or share your knowledge.