clinber 发表于 2022-5-8 00:31:44

text()不行么
C++
ACHAR* text() const;
Description
text() returns an allocated pointer to MText contents with formatting removed. The caller is responsible for freeing returned pointer.

Links
AcDbMText Class
Use Instead
ACDBCORE2D_PORT Acad::ErrorStatus text(AcString & sText) const;


ACDBCORE2D_PORT Acad::ErrorStatus text(
    AcString & sText
) const;
页: 1 [2]
查看完整版本: [ARX]如何提取多行文字有效字符?