Page 1 of 1

Text Error in CADImporterDLL

Posted: 25 Nov 2010, 09:41
by zjscor
There has a Text In CAD file.
The Text is '3%%133@10'
%%133 is a special String , but when use DLL to Load cad file.
It's read as '3?@10'.
How can DLL read the text as '3%%133@10' , It's not The MText Entity!

Re: Text Error in CADImporterDLL

Posted: 25 Nov 2010, 17:26
by support
Hello.
The file require a set of shx fonts on opening: hztxt, tssdchn, china, khztxt, fs. Please send us (to support@cadsofttools.com) the fonts for testing or include to CAD Importer DLL SHX search path. Without these fonts AutoCAD visualizes '3%%133@10' text as '3?@10' too.

Alexander.

Re: Text Error in CADImporterDLL

Posted: 26 Nov 2010, 05:47
by zjscor
Thanks.
.....SHX Font . It's a troublesome.
client OS always do not has the all shx font to the CAD file which need to Importer by DLL.

I hand Send CAD file and SHX font to support@cadsofttools.com.

Re: Text Error in CADImporterDLL

Posted: 26 Nov 2010, 14:28
by support
Hello.
AutoCAD standard provides %% in text as special set. This defines substitution of special symbol from unicod table or shx font instead further set of figures. %% not visualized in AutoCAD as well as CAD Importer DLL. In your file '3%%133@10' text can't be visualized, but correct shx symbol instead '%%133' can if correspond shx font set.

Alexander.

Re: Text Error in CADImporterDLL

Posted: 27 Nov 2010, 10:35
by zjscor
Thanks