changyiran 发表于 2014-11-28 21:07:24

如何用entmake函数生成宋体样式

如题,entmake函数能不能生成宋体样式呢?请教各位高手!

gaics 发表于 2014-11-29 11:06:25

(entmake (list '(0 . "STYLE")
             '(100 . "AcDbSymbolTableRecord")
             '(100 . "AcDbTextStyleTableRecord")
             (cons 2 "宋体")
             '(70 . 0)
             '(40 . 0)
             '(41 . 0.7)
             '(50 . 0)
             '(71 . 0)
             (cons 3 "宋体");;使用系统自带字体可能会出现一些问题
       )
)

gaics 发表于 2014-11-29 11:08:07

本帖最后由 gaics 于 2014-11-29 11:12 编辑

参考http://bbs.mjtd.com/forum.php?mo ... =&highlight=&page=1
lang大师的帖子:http://bbs.mjtd.com/forum.php?mod=viewthread&tid=92482

changyiran 发表于 2014-11-29 16:08:35

gaics 发表于 2014-11-29 11:08 static/image/common/back.gif
参考http://bbs.mjtd.com/forum.php?mo ... =&highlight=&page=1
lang大师的帖子:http://bbs.mjtd.com/fo ...

非常感谢
页: [1]
查看完整版本: 如何用entmake函数生成宋体样式