明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1639|回复: 3

[求助]VB修改DWG问题

[复制链接]
发表于 2005-1-5 14:20:00 | 显示全部楼层 |阅读模式
同一个VB的程序,分别向两个DWG中写字,为什么一个DWG中的字是红色的,另一个是白色的阿?我在程序里怎么做可以把白色的字变成红色的阿?
发表于 2005-1-5 14:51:00 | 显示全部楼层
改变当前文字式样
 楼主| 发表于 2005-1-6 16:42:00 | 显示全部楼层
我是这样写的: Dim ts As Object '设置字体
Set ts = acaddoc.TextStyles.Add("option")
ts.SetFont "楷体_GB2312", True, False, 0, 1
acaddoc.ActiveTextStyle = ts 但是,在哪里设置字的颜色呢?
发表于 2005-1-6 18:36:00 | 显示全部楼层
Dim textObj As Object
Dim textString As String
Dim insertionPoint(0 To 2) As Double
Dim height As Double

textString = "Hello, World."
insertionPoint(0) = 2: insertionPoint(1) = 2: insertionPoint(2) = 0
height = 0.5

Set textObj = Thisdrawing.ModelSpace.AddText(textString, insertionPoint, height)
textObj.Color = 1
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-27 21:05 , Processed in 0.154029 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表