www.mxdraw.com
|
绘一个文字对象
virtual Mdesk::Boolean text(const McGePoint3d& position, const McGeVector3d& normal, double dAng, LPCTSTR pMsg, const Mdesk::Int32 length, const Mdesk::Boolean raw, const McGiTextStyle & textStyle, McDb::TextHorzMode horzMode = McDb::kTextLeft, McDb::TextVertMode vertMode = McDb::kTextBottom) const = 0;
参数 |
说明 |
const Mdesk::Int32 length |
输入文本字符串长度或用-1表示用null结束的字符串 |
const Mdesk::Boolean raw |
输入布尔值表示是否AutoCAD控制字符序列要被解释 |