Page 1 of 1

CAD Import/Export VCL 7.4: Text Underline style ??

Posted: 01 Mar 2011, 17:12
by pascal07
Hello
you said:
"we have released CAD Import/Export VCL 7.4.
The version supports export bold/italic text using correspond text style. Underlined text must be exported using special symbol %%u that specify start/end of underlining. Please note, export text with underlining set using style doesn't supported in this version. CADExport demo project contains example of export. "

ok, but when the underline style will be managed ?

i can use bold style, italic style, but non underline ...However, the DXF format allows this...

thanks
Pascal EYNARD - France

Re: CAD Import/Export VCL 7.4: Text Underline style ??

Posted: 02 Mar 2011, 14:51
by support
Hello Pascal.
AutoCAD STYLE doesn't include group code or flag for underlining. The control code %%u can be used for texts and mtexts and script can be used in mtexts to set underlining. [fmUnderline] value in CAD Import/Export VCL inherited from VCL styles and can be used in drawing visualization.

Alexander.