用lisp怎样建立大字体?
www.dimcax.com
用lisp怎样建立大字体?用lisp怎样建立大字体?
在学习中成长
(entmake '((0 . "style") (100 . "acdbsymboltablerecord")
(100 . "acdbtextstyletablerecord")
(2 . "txt") (70 . 0) (40 . 0.0) (41 . 1.0)
(50 . 0.0) (71 . 0) (42 . 8 ) (3 . "txt") (4 . "gbcbig")))
d
可以说的详细一点吗?
在学习中成长
(command "style" "" "gbcbig" "0" "1" "0" "n" "n" "n")
d
太好了,我找这个程序好久了。不知大哥是怎样得来的。请回我q回复我也行
d
真的好独特的思路