用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即可