高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】problem with vertical, underlined te
problem with vertical, underlined text
problem with vertical, underlined text
the attached file having vertical text and underline, when opened in odamfc shows a long horizontal line before the first character.
no such line is rendered in autocad.
is this a bug?
i am using dd static libs 2.1.0 built with vc8.
attached files
yes! it is bug in dwgdirect! we are going to make an attempt to fix it in next release.
best regards,
sergey z.
thanks.
regards,
varun
problem about create underline mtext!
dear all,
how can i set underline for mtext?
i use function oddbmtext::underon() and underoff(), but i can't set underline for mtext!
i am looking forward to your help.
dd version 2.5.1
hello,
oddbmtext::underon() and underoff() methods return switchs for mtex string.
you can set underline for all mtext by next way
oddbmtext::setcontents( oddbmtext::underon() + oddbmtext::setcontents + oddbmtext::underoff());
last oddbmtext::underoff() is not necessary in this case. you may make underlined part of mtext also.
best regards,
sergey z.
|