明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1512|回复: 4

VBA中如如设计宋体字体?

[复制链接]
发表于 2008-4-4 21:26:00 | 显示全部楼层 |阅读模式

VBA中如何将文字样式的字体设置为宋体,TxtStyle.Name="宋体" 或TxtStyle.Name="simsun.ttf" 或TxtStyle.Name="simsun.ttc"

都通不过,不知道该如何呢?

发表于 2008-4-6 20:49:00 | 显示全部楼层

http://bbs.mjtd.com/forum.php?mod=viewthread&tid=24260

***************************************************
西北凡人http://www.abofanyi.com/blog

发表于 2008-4-9 09:40:00 | 显示全部楼层
Public Sub 字体样式() '============设置字体============
 Dim typeface As String
 Dim textbold As Boolean
 Dim textitalic As Boolean
 Dim textcharset As Long
 Dim textpfamily As Long
  acadDoc.ActiveTextStyle.GetFont typeface, textbold, textitalic, textcharset, textpfamily
  typeface = "宋体"
  acadDoc.ActiveTextStyle.SetFont typeface, textbold, textitalic, textcharset, textpfamily
  acadDoc.Regen acActiveViewport
End Sub
发表于 2012-7-3 09:59:54 | 显示全部楼层
写了,灰常有用
发表于 2012-7-3 10:00:32 | 显示全部楼层
billtanglu 发表于 2008-4-9 09:40
Public Sub 字体样式() '============设置字体============ Dim typeface As String Dim textbol ...

谢啦,灰常有用
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-25 18:42 , Processed in 0.184853 second(s), 25 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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