lengxiaxi 发表于 2014-11-14 13:56 
亲,我试用了你的程序,有表格出来,但是没有任何字符列出来啊!!!!亲看看怎么回事?测试环境 autoCAD ...
 - (defun maketext (locationpoint textheight text rowtype)
- ;(makestyle "工程图" "hztxt_e.shx" "hztxt.shx" 0.8)
- (entmake (list '(0 . "TEXT")
- '(100 . "AcDbText") (cons 40 textheight)
- (cons 1 text)
- (cons 72 rowtype)
- '(10 0.0 0.0 0.0)
- (cons 11 locationpoint)
- '(73 . 2) ;'(7 . "工程图")
- )
- )
- )
按照上面的注释掉,再试试看 |