高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】reading text in mte
reading text in mtext
reading text in mtext
i would like to read mtext entities but when i get contents using contents(), this give me sometimes escaped sequences like this one "\a1".
is there a way to extract from an mtext and string without those escaped sequences ? how can i have a minimalist support of mtext ?
look at oddbmtext::explodefragments() function.
it will give you the mtext strings with properties (height, color, font, location etc.)
sergey slezkin
quote:
originally posted by sergey slezkin
look at oddbmtext::explodefragments() function.
it will give you the mtext strings with properties (height, color, font, location etc.)
is there any way to access this method using dwgdirectx?
i can't find the method in the iacadmtext interface..
this functionality is not available from dwgdirectx.
sergey slezkin
|