Text Error in CADImporterDLL
Moderators: SDS, support, admin
Text Error in CADImporterDLL
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!
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!
- Attachments
-
- text.zip
- Cad file with The special String
- (194.67 KiB) Downloaded 11039 times
Re: Text Error in CADImporterDLL
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.
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.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
Re: Text Error in CADImporterDLL
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.
.....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
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.
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.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support