查看单个帖子
旧 2009-04-21, 05:14 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 用mtext怎样设置字体类型(宋体,幼圆等)呀?

用mtext怎样设置字体类型(宋体,幼圆等)呀?
www.dimcax.com
用mtext怎样设置字体类型(宋体,幼圆等)呀?
dim mtext as mtext = new mtext
mtext.contents = " 文本" '设置所显示的文本
mtext.textheight = 12 '设置字高
mtext.location = new point3d(12, 22, 33) '设置字插入的位置
mtext.color = autodesk.autocad.colors.color.fromrgb(210,255, 230) '设置字体颜色
用mtext怎样设置字体类型(宋体,幼圆等)呀?
怎么没人呀?
顶一下

自定义textstyle,然后指定给mtext即可
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)